MPI_IREDUCE_SCATTER(sendbuf, recvbuf, recvcounts, datatype, op, comm, request) | |
IN sendbuf | starting address of send buffer (choice) |
OUT recvbuf | starting address of receive buffer (choice) |
IN recvcounts | nonnegative integer array specifying the number of elements in result distributed to each MPI process. This array must be identical on all calling MPI processes. |
IN datatype | datatype of elements of input buffer (handle) |
IN op | operation (handle) |
IN comm | communicator (handle) |
OUT request | communication request (handle) |
This call starts a nonblocking variant of MPI_REDUCE_SCATTER (see Section MPI_REDUCE_SCATTER).