mpi-send.c 119 B

123
  1. int MPI_Send(void *buf, int count,
  2. MPI_Datatype datatype, int dest,
  3. int tag, MPI_Comm comm)