MPI_REDUCE_SCATTER_INIT(sendbuf, recvbuf, recvcounts, datatype, op, comm, info, 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) |
IN info | info argument (handle) |
OUT request | communication request (handle) |
Creates a persistent collective communication request for the reduce-scatter operation.