preCICE v3.2.0
|
Contains the setup description of a test including participants and requirements. More...
#include <TestContext.hpp>
Public Member Functions | |
template<class... T> | |
TestSetup (T... args) | |
int | totalRanks () const |
total amount of ranks required by this setup | |
Option Handling | |
void | handleOption (ParticipantState participants) |
void | handleOption (Ranks ranks) |
void | handleOption (testing::Require requirement) |
Public Attributes | |
bool | petsc = false |
whether to initialize PETSc | |
bool | events = false |
whether to initialize events | |
bool | ginkgo = false |
whether to initialize Ginkgo (the device) | |
std::vector< ParticipantState > | participants |
All known participants. | |
Contains the setup description of a test including participants and requirements.
Definition at line 109 of file TestContext.hpp.
|
inline |
Create a context representing an unnamed Participant running on a given count of Ranks and some requirements
"Serial"_on(3_ranks).setupIntraComm()
Definition at line 119 of file TestContext.hpp.
void precice::testing::TestSetup::handleOption | ( | ParticipantState | participants | ) |
Definition at line 56 of file TestContext.cpp.
void precice::testing::TestSetup::handleOption | ( | Ranks | ranks | ) |
Definition at line 61 of file TestContext.cpp.
void precice::testing::TestSetup::handleOption | ( | testing::Require | requirement | ) |
int precice::testing::TestSetup::totalRanks | ( | ) | const |
total amount of ranks required by this setup
Definition at line 66 of file TestContext.cpp.
bool precice::testing::TestSetup::events = false |
whether to initialize events
Definition at line 138 of file TestContext.hpp.
bool precice::testing::TestSetup::ginkgo = false |
whether to initialize Ginkgo (the device)
Definition at line 141 of file TestContext.hpp.
std::vector<ParticipantState> precice::testing::TestSetup::participants |
All known participants.
Definition at line 144 of file TestContext.hpp.
bool precice::testing::TestSetup::petsc = false |
whether to initialize PETSc
Definition at line 135 of file TestContext.hpp.