mpi-alltoall.c 213 B

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