KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
An abstraction around MPI_Group
.
More...
#include <kassert/kassert.hpp>
#include <mpi.h>
#include "kamping/checking_casts.hpp"
#include "kamping/error_handling.hpp"
Go to the source code of this file.
Classes | |
class | kamping::Group |
A group of MPI processes. More... | |
Enumerations | |
enum class | kamping::GroupEquality : uint8_t { Identical , Similar , Unequal , Invalid } |
Describes the equality of two groups. More... | |
An abstraction around MPI_Group
.
|
strong |