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