Pike programming language

Top MPI MPI.Comm
➤ MPI.Comm()->Scatterv() MPI.Comm()->rank ➤

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 with rank dest, marked with tag.

See also

MPI.Comm()->Recv(), MPI.Comm()->Bcast(), MPI_Send(3).

Extracted from as of .