[This is preliminary documentation and is subject to change.]
Test whether the given request has completed. See Test()()().
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static int MPI_Test( ref int request, out int flag, out Unsafe..::.MPI_Status status ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Test ( _ ByRef request As Integer, _ <OutAttribute> ByRef flag As Integer, _ <OutAttribute> ByRef status As Unsafe..::.MPI_Status _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Test( int% request, [OutAttribute] int% flag, [OutAttribute] Unsafe..::.MPI_Status% status ) |
Parameters
- request
- Type:
System..::.Int32
%
Request object.
- flag
- Type:
System..::.Int32
%
Will be set to a non-zero value if the request has completed.
- status
- Type:
MPI..::.Unsafe..::.MPI_Status
%
Will receive the status of the completed operation.