KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Wrapper for MPI constants. More...
#include <mpi.h>
Go to the source code of this file.
Enumerations | |
enum class | kamping::CommunicatorComparisonResult : int { identical = MPI_IDENT , congruent = MPI_CONGRUENT , similar = MPI_SIMILAR , unequal = MPI_UNEQUAL } |
Wraps the possible results when calling MPI_Comm_compare on two MPI communicators comm1 and comm2. More... | |
Wrapper for MPI constants.
|
strong |
Wraps the possible results when calling MPI_Comm_compare
on two MPI communicators comm1 and comm2.