Click or drag to resize

MPIMPI_Status Structure

Low-level representation of the status of an MPI communication operation.

Namespace:  DHI.MPI
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public struct MPI_Status

The MPIMPI_Status type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldcount_hi_and_cancelled
This field is only available if the underlying MPI is Intel MPI.
Public fieldcount_lo
This field is only available if the underlying MPI is Intel MPI.
Public fieldMPI_ERROR
The MPI error code associated with this communication.
Public fieldMPI_SOURCE
The rank of the source of the MPI message.
Public fieldMPI_TAG
The MPI message tag associated with this communication.
Top
Remarks
This structure is used internally by Intel MPI
See Also