Method MPI.Comm()->Send()
- Method
Send
 voidSend(stringbuf,intdest,int|voidtag)
voidSend(MPI.IntArraybuf,intdest,int|voidtag)
voidSend(MPI.FloatArraybuf,intdest,int|voidtag)
voidSend(MPI.SingleArraybuf,intdest,int|voidtag)
voidSend(MPI.Sentinelbuf,intdest,int|voidtag)- Description
 Sends the buffer
bufto the process withrankdest, marked withtag.- See also
 MPI.Comm()->Recv(),
MPI.Comm()->Bcast(), MPI_Send(3).