COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iomanip>
#include <boost/test/unit_test.hpp>
#include "common/Log.hpp"
#include "common/Core.hpp"
#include "common/Environment.hpp"
#include "common/Foreach.hpp"
#include "common/OSystem.hpp"
#include "common/OSystemLayer.hpp"
#include "common/PE/Comm.hpp"
#include "common/PE/Buffer.hpp"
#include "common/PE/debug.hpp"
Go to the source code of this file.
Classes | |
struct | MPIBufferTests_Fixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for parallel fields" |
Functions | |
BOOST_AUTO_TEST_CASE (init_mpi) | |
BOOST_AUTO_TEST_CASE (test_pack_unpack) | |
BOOST_AUTO_TEST_CASE (test_broadcast) | |
BOOST_AUTO_TEST_CASE (test_all_gather) | |
BOOST_AUTO_TEST_CASE (finalize_mpi) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-common-mpi-buffer.cpp.
#define BOOST_TEST_MODULE "Test module for parallel fields" |
Definition at line 8 of file utest-common-mpi-buffer.cpp.
BOOST_AUTO_TEST_CASE | ( | init_mpi | ) |
Definition at line 59 of file utest-common-mpi-buffer.cpp.
BOOST_AUTO_TEST_CASE | ( | test_pack_unpack | ) |
Definition at line 67 of file utest-common-mpi-buffer.cpp.
BOOST_AUTO_TEST_CASE | ( | test_broadcast | ) |
Definition at line 131 of file utest-common-mpi-buffer.cpp.
BOOST_AUTO_TEST_CASE | ( | test_all_gather | ) |
Definition at line 189 of file utest-common-mpi-buffer.cpp.
BOOST_AUTO_TEST_CASE | ( | finalize_mpi | ) |
Definition at line 214 of file utest-common-mpi-buffer.cpp.
Send comments to: COOLFluiD Web Admin |