![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <vector>#include <numeric>#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"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 (all_reduce, PECollectiveFixture) | |
| BOOST_FIXTURE_TEST_CASE (all_to_all_ring_topology, PECollectiveFixture) | |
| BOOST_FIXTURE_TEST_CASE (finalize, PECollectiveFixture) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 11 of file utest-parallel-collective-example.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-example.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | init | , |
| PECollectiveFixture | |||
| ) |
Definition at line 71 of file utest-parallel-collective-example.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | all_reduce | , |
| PECollectiveFixture | |||
| ) |
Definition at line 81 of file utest-parallel-collective-example.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | all_to_all_ring_topology | , |
| PECollectiveFixture | |||
| ) |
Definition at line 120 of file utest-parallel-collective-example.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | finalize | , |
| PECollectiveFixture | |||
| ) |
Definition at line 177 of file utest-parallel-collective-example.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |