void Comm.Bsend(Object buf, int offset, int count,
Datatype datatype, int dest, int tag)
Java binding of the MPI operation MPI_BSEND.
Arguments as for send.
void Comm.Ssend(Object buf, int offset, int count,
Datatype datatype, int dest, int tag)
Java binding of the MPI operation MPI_SSEND.
Arguments as for send.
void Comm.Rsend(Object buf, int offset, int count,
Datatype datatype, int dest, int tag)
Java binding of the MPI operation MPI_RSEND.
Arguments as for send.