COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <vector>
#include <boost/test/unit_test.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/foreach.hpp>
#include <boost/thread/thread.hpp>
#include "common/Log.hpp"
#include "common/PE/Comm.hpp"
#include "common/PE/debug.hpp"
#include "common/PE/datatype.hpp"
#include "common/PE/operations.hpp"
#include "common/PE/all_to_all.hpp"
#include "common/PE/all_reduce.hpp"
#include "common/PE/reduce.hpp"
#include "common/PE/scatter.hpp"
#include "common/PE/broadcast.hpp"
#include "common/PE/gather.hpp"
#include "common/PE/all_gather.hpp"
#include "test/common/utest-parallel-collective-all_to_all.hpp"
#include "test/common/utest-parallel-collective-all_reduce.hpp"
#include "test/common/utest-parallel-collective-reduce.hpp"
#include "test/common/utest-parallel-collective-scatter.hpp"
#include "test/common/utest-parallel-collective-broadcast.hpp"
#include "test/common/utest-parallel-collective-all_gather.hpp"
#include "test/common/utest-parallel-collective-gather.hpp"
Go to the source code of this file.
Classes | |
struct | PECollectiveFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing collective communications." |
Functions | |
BOOST_FIXTURE_TEST_CASE (init, PECollectiveFixture) | |
BOOST_FIXTURE_TEST_CASE (finalize, PECollectiveFixture) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 11 of file utest-parallel-collective.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing collective communications." |
Definition at line 12 of file utest-parallel-collective.cpp.
BOOST_FIXTURE_TEST_CASE | ( | init | , |
PECollectiveFixture | |||
) |
Definition at line 67 of file utest-parallel-collective.cpp.
BOOST_FIXTURE_TEST_CASE | ( | finalize | , |
PECollectiveFixture | |||
) |
Definition at line 87 of file utest-parallel-collective.cpp.
Send comments to: COOLFluiD Web Admin |