MPI_Exscan 50 ompi/mpi/cxx/intracomm_inln.h (void)MPI_Exscan(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, mpi_comm); MPI_Exscan 167 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Exscan, mpi_exscan, MPI_EXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr)); MPI_Exscan 298 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Exscan(sPtr, rPtr, count, type, op, comm);