mpi-scatter.c 212 B

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