MPI_ALLREDUCE_INIT(sendbuf, recvbuf, count, datatype, op, comm, info, request) | |
IN sendbuf | starting address of send buffer (choice) |
OUT recvbuf | starting address of receive buffer (choice) |
IN count | number of elements in send buffer (non-negative integer) |
IN datatype | datatype of elements of send 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 allreduce operation.