|
Gromacs
2025.3
|
#include <gromacs/commandline/cmdlinemodule.h>
Settings to pass information between a module and the general runner.
Methods in this class do not throw, except that construction may throw std::bad_alloc.
Public Member Functions | |
| int | defaultNiceLevel () const |
| Returns the default nice level for this module. | |
| void | setDefaultNiceLevel (int niceLevel) |
| Sets the default nice level for this module. More... | |
| void gmx::CommandLineModuleSettings::setDefaultNiceLevel | ( | int | niceLevel | ) |
Sets the default nice level for this module.
If not called, the module will be niced.
1.8.5