mpi-gather.c 153 B

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