Method MPI.Comm()->Send()
- Method
Send
void
Send(string
buf
,int
dest
,int
|void
tag
)
void
Send(MPI.IntArray
buf
,int
dest
,int
|void
tag
)
void
Send(MPI.FloatArray
buf
,int
dest
,int
|void
tag
)
void
Send(MPI.SingleArray
buf
,int
dest
,int
|void
tag
)
void
Send(MPI.Sentinel
buf
,int
dest
,int
|void
tag
)- Description
Sends the buffer
buf
to the process withrank
dest
, marked withtag
.- See also
MPI.Comm()->Recv(),
MPI.Comm()->Bcast()
, MPI_Send(3).