MPI_Scan           42 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Scan(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, mpi_comm);
MPI_Scan          346 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scan, mpi_scan, MPI_SCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
MPI_Scan          242 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Scan(sPtr, rPtr, count, type, op, comm);