nm_mpi_status_s Struct Reference
Status handle. More...
#include <nm_mpi_types.h>
Data Fields | |
| int | MPI_SOURCE |
| field name mandatory by spec | |
| int | MPI_TAG |
| field name mandatory by spec | |
| int | MPI_ERROR |
| field name mandatory by spec | |
| int | size |
| size of data received | |
| int | cancelled |
| whether request was cancelled | |
Detailed Description
Status handle.
Definition at line 193 of file nm_mpi_types.h.
Field Documentation
◆ cancelled
| int nm_mpi_status_s::cancelled |
whether request was cancelled
Definition at line 199 of file nm_mpi_types.h.
◆ MPI_ERROR
| int nm_mpi_status_s::MPI_ERROR |
field name mandatory by spec
Definition at line 197 of file nm_mpi_types.h.
◆ MPI_SOURCE
| int nm_mpi_status_s::MPI_SOURCE |
field name mandatory by spec
Definition at line 195 of file nm_mpi_types.h.
◆ MPI_TAG
| int nm_mpi_status_s::MPI_TAG |
field name mandatory by spec
Definition at line 196 of file nm_mpi_types.h.
◆ size
| int nm_mpi_status_s::size |
size of data received
Definition at line 198 of file nm_mpi_types.h.
The documentation for this struct was generated from the following file: