Wrapper for MPI_Status.
More...
#include <status.hpp>
◆ Status()
Construct a status object from a given MPI_Status.
- Parameters
-
◆ count() [1/2]
size_t kamping::Status::count |
( |
| ) |
const |
|
inline |
- Template Parameters
-
- Returns
- The number of top-level elements received for the given type
DataType
.
◆ count() [2/2]
- Parameters
-
- Returns
- The number of top-level elements received for the given type
DataType
.
◆ count_signed() [1/2]
int kamping::Status::count_signed |
( |
| ) |
const |
|
inline |
- Template Parameters
-
- Returns
- The number of top-level elements received for the given type
DataType
.
◆ count_signed() [2/2]
- Parameters
-
- Returns
- The number of top-level elements received for the given type
DataType
.
◆ native() [1/2]
- Returns
- A reference to the underlying native MPI_Status.
◆ native() [2/2]
- Returns
- A reference to the underlying native MPI_Status.
◆ source()
size_t kamping::Status::source |
( |
| ) |
const |
|
inline |
- Returns
- The source rank. May be undefined.
◆ source_signed()
int kamping::Status::source_signed |
( |
| ) |
const |
|
inline |
- Returns
- The source rank. May be undefined.
◆ tag()
int kamping::Status::tag |
( |
| ) |
const |
|
inline |
- Returns
- The tag. May be undefined.
The documentation for this class was generated from the following file: