Gromacs
2025.0-dev-20241011-013a99c
|
Inherits TestWithParam< std::tuple< int, int > >.
Test fixture class.
Classes | |
struct | RankData |
Helper struct to model data on a single MPI rank. More... | |
Public Member Functions | |
ObservablesReducerIntegrationTest () | |
Constructor. | |
void | fakeMpiAllReduce (const bool reductionRequiredExternally) |
Performs the equivalent of MPI_Allreduce on the communication buffer over rankData_ . | |
Public Attributes | |
int | numSubscribers_ |
The number of subscribers. | |
std::vector< RankData > | rankData_ |
Models data distributed over MPI ranks. | |