#include "oops/mpi/mpi.h"
#include <string>
#include "eckit/exception/Exceptions.h"
Go to the source code of this file.
|
const eckit::mpi::Comm & | oops::mpi::world () |
| Default communicator with all MPI tasks (ie MPI_COMM_WORLD) More...
|
|
const eckit::mpi::Comm & | oops::mpi::myself () |
| Default communicator with each MPI task by itself. More...
|
|
void | oops::mpi::gather (const eckit::mpi::Comm &comm, const std::vector< double > &send, std::vector< double > &recv, const size_t root) |
|
void | oops::mpi::allGather (const eckit::mpi::Comm &comm, const Eigen::VectorXd &sendbuf, std::vector< Eigen::VectorXd > &recvbuf) |
|