MPI_IEXSCAN(sendbuf, recvbuf, count, datatype, op, comm, request) | |
IN sendbuf | starting address of send buffer (choice) |
OUT recvbuf | starting address of receive buffer (choice) |
IN count | number of elements in input buffer (non-negative integer) |
IN datatype | datatype of elements of input buffer (handle) |
IN op | operation (handle) |
IN comm | intra-communicator (handle) |
OUT request | communication request (handle) |
This call starts a nonblocking variant of MPI_EXSCAN (see Section Exclusive Scan).