[This is preliminary documentation and is subject to change.]
Receive a message from another process within the communicator.
See Receive<(Of <(T>)>)(Int32, Int32).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Recv( IntPtr buf, int count, int datatype, int source, int tag, int comm, out Unsafe..::.MPI_Status status ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Recv ( _ buf As IntPtr, _ count As Integer, _ datatype As Integer, _ source As Integer, _ tag As Integer, _ comm As Integer, _ <OutAttribute> ByRef status As Unsafe..::.MPI_Status _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Recv( IntPtr buf, int count, int datatype, int source, int tag, int comm, [OutAttribute] Unsafe..::.MPI_Status% status ) |
Parameters
- buf
- Type: System..::.IntPtr
- count
- Type: System..::.Int32
- datatype
- Type: System..::.Int32
- source
- Type: System..::.Int32
- tag
- Type: System..::.Int32
- comm
- Type: System..::.Int32
- status
- Type:
MPI..::.Unsafe..::.MPI_Status
%