|
TRIQS/mpi 1.3.0
C++ interface to MPI
|
#include "./communicator.hpp"#include "./datatypes.hpp"#include "./group.hpp"#include "./macros.hpp"#include "./utils.hpp"#include <mpi.h>#include <algorithm>#include <memory>#include <tuple>#include <utility>Provides a C++ wrapper class for an MPI_Win object.
Definition in file window.hpp.
Go to the source code of this file.
Classes | |
| class | mpi::shared_window< BaseType > |
| A C++ wrapper around MPI_Win representing a shared memory window. More... | |
| class | mpi::window< BaseType > |
| A C++ wrapper around MPI_Win providing convenient memory window management. More... | |