11 #define BOOST_TEST_DYN_LINK
12 #define BOOST_TEST_MODULE "Test module for cf3::common 's parallel environment - part of testing collective communications."
18 #include <boost/test/unit_test.hpp>
19 #include <boost/lambda/lambda.hpp>
20 #include <boost/foreach.hpp>
21 #include <boost/thread/thread.hpp>
48 m_argc = boost::unit_test::framework::master_test_suite().argc;
49 m_argv = boost::unit_test::framework::master_test_suite().argv;
71 CFinfo.setFilterRankZero(
false);
90 CFinfo.setFilterRankZero(
true);
97 BOOST_AUTO_TEST_SUITE_END()
#define CFinfo
these are always defined
void init(int argc=0, char **args=0)
Top-level namespace for coolfluid.
~PECollectiveFixture()
common tear-down for each test case
BOOST_FIXTURE_TEST_CASE(init, PECollectiveFixture)
static Comm & instance()
Return a reference to the current PE.
PECollectiveFixture()
common setup for each test case
Most basic kernel library.
#define PEProcessSortedExecute(irank, expression)