preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ParallelTest.cpp File Reference
#include <memory>
#include <string>
#include <vector>
#include "com/Communication.hpp"
#include "com/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/IntraComm.hpp"
#include "utils/Parallel.hpp"
Include dependency graph for ParallelTest.cpp:

Go to the source code of this file.

Functions

 PRECICE_TEST_SETUP (""_on(2_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(Primary1SecondaryTest)
 PRECICE_TEST_SETUP (""_on(3_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(Primary2SecondaryTest)
 PRECICE_TEST_SETUP ("Offset"_on(1_rank), "Test"_on(2_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(OffsetPrimary1SecondaryTest)
 PRECICE_TEST_SETUP ("Offset"_on(1_rank), "Test"_on(3_ranks).setupIntraComm()) BOOST_AUTO_TEST_CASE(OffsetPrimary2SecondaryTest)

Function Documentation

◆ PRECICE_TEST_SETUP() [1/4]

PRECICE_TEST_SETUP ( "" _on2_ranks).setupIntraComm()

Definition at line 19 of file ParallelTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [2/4]

PRECICE_TEST_SETUP ( "" _on3_ranks).setupIntraComm()

Definition at line 46 of file ParallelTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [3/4]

PRECICE_TEST_SETUP ( "Offset" _on1_rank,
"Test" _on2_ranks).setupIntraComm( )

Definition at line 80 of file ParallelTest.cpp.

Here is the call graph for this function:

◆ PRECICE_TEST_SETUP() [4/4]

PRECICE_TEST_SETUP ( "Offset" _on1_rank,
"Test" _on3_ranks).setupIntraComm( )

Definition at line 110 of file ParallelTest.cpp.

Here is the call graph for this function: