mpi-receive.c 140 B

123
  1. int MPI_Recv(void *buf, int count,
  2. MPI_Datatype datatype, int source, int tag,
  3. MPI_Comm comm, MPI_Status *status)