#include <testutils/include/testutils/mpitest.h>
template<int requiredNumRanks>
class gmx::test::RequireRankCount< requiredNumRanks >
Helper for GMX_MPI_TEST to permit only a specific rank count.
|
static bool | conditionSatisfied (const int numRanks) |
| Function to require a specific 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 requiredNumRanks>
Initial value:=
std::to_string(requiredNumRanks) + " 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: