mpi-gather.c 165 B

12345
  1. int MPI_Gather(void *sendbuf, int sendcount,
  2. MPI_Datatype sendtype,
  3. void *recvbuf, int recvcount,
  4. MPI_Datatype recvtype,
  5. int root, MPI_Comm comm)