|
KaMPIng 0.2.0
Flexible and (near) zero-overhead C++ bindings for MPI
|
Encapsulates the rank of a PE. This is needed for p2p communication and rooted MPI collectives like MPI_Gather.
More...
#include <parameter_objects.hpp>
Encapsulates the rank of a PE. This is needed for p2p communication and rooted MPI collectives like MPI_Gather.
This is a specialized DataBuffer. Its main functionality is to provide ease-of-use functionality in the form of the methods rank() and rank_signed(), which return the encapsulated rank and are easier to read in the code.
| rank_type | The RankType encapsulated. |
| parameter_type | The parameter type. |