Gromacs
2021.4
|
#include <gromacs/mdrun/simulatorbuilder.h>
Simulation configuation settings.
Public Member Functions | |
SimulatorConfig (const MdrunOptions &mdrunOptions, StartingBehavior startingBehavior, MdrunScheduleWorkload *runScheduleWork) | |
Build from settings for this simulation. | |
Public Attributes | |
const MdrunOptions & | mdrunOptions_ |
Handle to user options. | |
StartingBehavior | startingBehavior_ |
How are we starting the simulation. | |
MdrunScheduleWorkload * | runScheduleWork_ |
How are we scheduling the tasks for this simulation. | |