void Comm.Bsend(Object buf, int offset, int count, Datatype datatype, int dest, int tag)
buf | send buffer array |
offset | initial offset in send buffer |
count | number of items to send |
datatype | datatype of each item in send buffer |
dest | rank of destination |
tag | message tag |
void Comm.Ssend(Object buf, int offset, int count, Datatype datatype, int dest, int tag)
buf | send buffer array |
offset | initial offset in send buffer |
count | number of items to send |
datatype | datatype of each item in send buffer |
dest | rank of destination |
tag | message tag |
void Comm.Rsend(Object buf, int offset, int count, Datatype datatype, int dest, int tag)
buf | send buffer array |
offset | initial offset in send buffer |
count | number of items to send |
datatype | datatype of each item in send buffer |
dest | rank of destination |
tag | message tag |