MPI_File_read_all   55 ompi/mca/io/romio321/romio/include/io_romio_conv.h #define MPI_File_read_all ROMIO_PREFIX(MPI_File_read_all)
MPI_File_read_all  106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,datatype_c,status);
MPI_File_read_all  118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
MPI_File_read_all   19 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_File_read_all   99 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
MPI_File_read_all  133 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
MPI_File_read_all  176 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
MPI_File_read_all   87 ompi/mca/io/romio321/romio/test/darray_read.c   CHECK(MPI_File_read_all(mpi_fh, ldata, nelem, MPI_DOUBLE, &status));
MPI_File_read_all  122 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
MPI_File_read_all  155 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_all) (data->romio_fh, buf, count, datatype,
MPI_File_read_all  228 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status);
MPI_File_read_all  237 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status.mpi_status);
MPI_File_read_all  195 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all, mpi_file_read_all, MPI_FILE_READ_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
MPI_File_read_all  310 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_all((MPI_File)fh, ptr, count, type, &status);
MPI_File_read_all  166 orte/test/mpi/parallel_r64.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
MPI_File_read_all  166 orte/test/mpi/parallel_r8.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);