Gromacs
2024.3
|
#include <gromacs/ewald/pme.h>
Class for managing usage of separate PME-only ranks.
Used for checking if some parts of the code could not use PME-only ranks
Public Member Functions | |
void | disablePmeRanks (const std::string &reason) |
Disables PME ranks permitted flag with a reason. | |
bool | permitSeparatePmeRanks () const |
Return status of PME ranks usage. | |
std::string | reasonsWhyDisabled () const |
Returns all reasons, for not using PME ranks. | |