MPIMPI_Status Structure |
Namespace: DHI.MPI
public struct MPI_Status
The MPIMPI_Status type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
count_hi_and_cancelled |
This field is only available if the underlying MPI is Intel MPI.
| |
count_lo |
This field is only available if the underlying MPI is Intel MPI.
| |
MPI_ERROR |
The MPI error code associated with this communication.
| |
MPI_SOURCE |
The rank of the source of the MPI message.
| |
MPI_TAG |
The MPI message tag associated with this communication.
|