Send a message to another process within the communicator.
See Send<(Of <(T>)>)(T, Int32, Int32).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int MPI_Send( IntPtr buf, int count, int datatype, int dest, int tag, int comm ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Send ( _ buf As IntPtr, _ count As Integer, _ datatype As Integer, _ dest As Integer, _ tag As Integer, _ comm As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Send( IntPtr buf, int count, int datatype, int dest, int tag, int comm ) |
Parameters
- buf
- Type: System..::.IntPtr
- count
- Type: System..::.Int32
- datatype
- Type: System..::.Int32
- dest
- Type: System..::.Int32
- tag
- Type: System..::.Int32
- comm
- Type: System..::.Int32