Gromacs
2022.2
|
#include "config.h"
#include <functional>
#include <string>
#include <type_traits>
Helper functions for MPI tests to make thread-MPI look like real MPI.
Macros | |
#define | GMX_MPI_TEST_INNER |
Implementation of MPI test runner for thread-MPI. More... | |
#define | GMX_MPI_TEST(RankRequirement) |
Declares that this test is an MPI-enabled unit test and expresses the conditions under which it can run. More... | |
Functions | |
int | gmx::test::getNumberOfTestMpiRanks () |
Returns the number of MPI ranks to use for an MPI test. More... | |
#define GMX_MPI_TEST_INNER |
Implementation of MPI test runner for thread-MPI.
See documentation GMX_MPI_TEST