MPI_IREDUCE_SCATTER_BLOCK(sendbuf, recvbuf, recvcount, datatype, op, comm, request) | |
IN sendbuf | starting address of send buffer (choice) |
OUT recvbuf | starting address of receive buffer (choice) |
IN recvcount | element count per block (non-negative integer) |
IN datatype | datatype of elements of send and receive buffers (handle) |
IN op | operation (handle) |
IN comm | communicator (handle) |
OUT request | communication request (handle) |
This call starts a nonblocking variant of MPI_REDUCE_SCATTER_BLOCK (see Section MPI_REDUCE_SCATTER_BLOCK).