Gromacs
2025.0-dev-20241009-5c23d5f
|
#include <memory>
#include <string>
#include <tuple>
#include <gtest/gtest.h>
#include "testutils/cmdlinetest.h"
#include "testutils/testfilemanager.h"
#include "moduletest.h"
Declares test fixture for the mdrun multi-simulation functionality.
Classes | |
class | gmx::test::NumRanksPerSimulation |
Test flag setting the number of ranks per simulation. More... | |
class | gmx::test::MultiSimTest |
Test fixture for multi-sim functionality. More... | |
Typedefs | |
typedef std::unique_ptr < CommandLine > | gmx::test::CommandLinePointer |
Convenience typedef. | |
typedef std::tuple < NumRanksPerSimulation, IntegrationAlgorithm, TemperatureCoupling, PressureCoupling > | gmx::test::MultiSimTestParams |
The parameters of the MultiSimTest class. | |