Gromacs  2021-beta2-UNCHECKED
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::CommandLineModuleSettings Class Reference

#include <gromacs/commandline/cmdlinemodule.h>

Description

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...
 

Member Function Documentation

void gmx::CommandLineModuleSettings::setDefaultNiceLevel ( int  niceLevel)

Sets the default nice level for this module.

If not called, the module will be niced.


The documentation for this class was generated from the following files: