[This is preliminary documentation and is subject to change.]
Test whether a message is available. See ImmediateProbe(Int32, Int32).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Iprobe( int source, int tag, int comm, out int flag, out Unsafe..::.MPI_Status status ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Iprobe ( _ source As Integer, _ tag As Integer, _ comm As Integer, _ <OutAttribute> ByRef flag As Integer, _ <OutAttribute> ByRef status As Unsafe..::.MPI_Status _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Iprobe( int source, int tag, int comm, [OutAttribute] int% flag, [OutAttribute] Unsafe..::.MPI_Status% status ) |
Parameters
- source
- Type: System..::.Int32
- tag
- Type: System..::.Int32
- comm
- Type: System..::.Int32
- flag
- Type:
System..::.Int32
%
- status
- Type:
MPI..::.Unsafe..::.MPI_Status
%