COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "common/Log.hpp"
#include "common/FindComponents.hpp"
#include "common/Component.hpp"
#include "common/PE/Comm.hpp"
#include "common/PE/CommWrapper.hpp"
#include "common/PE/CommWrapperMArray.hpp"
#include "common/PE/CommPattern.hpp"
#include "common/PE/debug.hpp"
#include "common/Group.hpp"
Go to the source code of this file.
Classes | |
struct | CommPatternFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing the commpattern." |
Functions | |
BOOST_AUTO_TEST_CASE (init) | |
BOOST_AUTO_TEST_CASE (data_registration_related) | |
BOOST_AUTO_TEST_CASE (commpattern_mainstream) | |
BOOST_AUTO_TEST_CASE (commpattern_external_synchronization) | |
BOOST_AUTO_TEST_CASE (finalize) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 11 of file utest-parallel-commpattern.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing the commpattern." |
Definition at line 12 of file utest-parallel-commpattern.cpp.
BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 95 of file utest-parallel-commpattern.cpp.
BOOST_AUTO_TEST_CASE | ( | data_registration_related | ) |
Definition at line 105 of file utest-parallel-commpattern.cpp.
BOOST_AUTO_TEST_CASE | ( | commpattern_mainstream | ) |
Definition at line 159 of file utest-parallel-commpattern.cpp.
BOOST_AUTO_TEST_CASE | ( | commpattern_external_synchronization | ) |
Definition at line 215 of file utest-parallel-commpattern.cpp.
BOOST_AUTO_TEST_CASE | ( | finalize | ) |
Definition at line 278 of file utest-parallel-commpattern.cpp.
Send comments to: COOLFluiD Web Admin |