|
TRIQS/mpi 1.3.0
C++ interface to MPI
|
#include "./environment.hpp"#include "./utils.hpp"#include <mpi.h>#include <cstdlib>#include <unistd.h>Provides a C++ wrapper class for an MPI_Comm object.
Definition in file communicator.hpp.
Go to the source code of this file.
Classes | |
| class | mpi::communicator |
| C++ wrapper around MPI_Comm providing various convenience functions. More... | |
| class | mpi::shared_communicator |
| C++ wrapper around MPI_Comm that is a result of the mpi::communicator::split_shared operation. More... | |