#include <testutils/include/testutils/mpitest.h>
template<int minimumNumRanks>
class gmx::test::RequireMinimumRankCount< minimumNumRanks >
Helper for GMX_MPI_TEST to permit only a specific rank count.
|
static bool | conditionSatisfied (const int numRanks) |
| Function to require at least the minimum number of ranks.
|
|
|
static const std::string | s_skipReason |
| Text to echo when skipping a test that does not satisfy the requirement. More...
|
|
template<int minimumNumRanks>
Initial value:=
std::to_string(minimumNumRanks) + " or more ranks are required"
Text to echo when skipping a test that does not satisfy the requirement.
The documentation for this class was generated from the following file: