Low-level representation of the status of an MPI communication operation.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public struct MPI_Status |
| Visual Basic (Declaration) |
|---|
Public Structure MPI_Status |
| Visual C++ |
|---|
public value class MPI_Status |
Remarks
This structure is used internally by MPI.NET, and most users will instead see the MPI.NET version
of the message-status class, Status. Unless you are interacting directly with the
low-level MPI interface (which is not typically recommended), use Status instead.