Direct, low-level interface to the system MPI library.
The Unsafe..::.MPI_Status type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| cancelled |
This field is only available if the underlying MPI is MS-MPI.
| |
| count |
This field is only available if the underlying MPI is MS-MPI.
| |
| MPI_ERROR |
The MPI error code associated with this communication.
TODO: We need a higher-level facility for dealing with this.
| |
| MPI_SOURCE |
The rank of the source of the MPI message.
| |
| MPI_TAG |
The MPI message tag associated with this communication.
|