mpi-receive.c 154 B

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