MPI_Status structure
TBD
Syntax
typedef struct _MPI_Status { int count; int cancelled; int MPI_SOURCE; int MPI_TAG; int MPI_ERROR; } MPI_Status, *PMPI_Status;
Members
- count
-
TBD
- cancelled
- MPI_SOURCE
- MPI_TAG
- MPI_ERROR
Remarks
There are two defined MPI_Status pointers that can be used in place of this structure, MPI_STATUS_IGNORE and MPI_STATUSES_IGNORE.
Requirements
|
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities |
|---|---|
|
Header |
|
See also
Show: