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