|
OOPS
|
#include <Eigen/Dense>#include <string>#include <vector>#include "eckit/config/LocalConfiguration.h"#include "eckit/mpi/Comm.h"#include "eckit/testing/Test.h"#include "oops/../test/TestEnvironment.h"#include "oops/mpi/mpi.h"#include "oops/runs/Test.h"#include "oops/util/DateTime.h"#include "oops/util/Expect.h"#include "oops/util/parameters/Parameters.h"#include "oops/util/parameters/RequiredParameter.h"

Go to the source code of this file.
Classes | |
| class | test::TestParameters |
| class | test::Mpi |
Namespaces | |
| eckit | |
| test | |
Functions | |
| template<typename T > | |
| const std::vector< T > & | test::getTestData (const TestParameters ¶ms) |
| template<> | |
| const std::vector< util::DateTime > & | test::getTestData (const TestParameters ¶ms) |
| template<typename T > | |
| void | test::testAllGatherv () |
| test::CASE ("mpi/mpi/defaultCommunicators") | |
| test::CASE ("mpi/mpi/allGathervUsingSerialize") | |
| test::CASE ("mpi/mpi/allGathervInt") | |
| test::CASE ("mpi/mpi/allGathervDateTime") | |
| test::CASE ("mpi/mpi/SendReceive") | |
| test::CASE ("mpi/mpi/gatherSerializable") | |
| test::CASE ("mpi/mpi/gatherDouble") | |
| test::CASE ("mpi/mpi/allGatherEigen") | |
| test::CASE ("mpi/mpi/exclusiveScan") | |