MPI_File_read_shared   72 ompi/mca/io/romio321/romio/include/io_romio_conv.h #define MPI_File_read_shared ROMIO_PREFIX(MPI_File_read_shared)
MPI_File_read_shared  105 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,datatype_c,status);
MPI_File_read_shared  117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
MPI_File_read_shared   20 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
MPI_File_read_shared   89 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_read_shared(fh, buf, COUNT, MPI_INT, &status);
MPI_File_read_shared  222 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_shared) (data->romio_fh, buf, count,
MPI_File_read_shared  375 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype, &status);
MPI_File_read_shared  384 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype,
MPI_File_read_shared  205 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_shared, mpi_file_read_shared, MPI_FILE_READ_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
MPI_File_read_shared  445 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_shared((MPI_File)fh, ptr, count, type, &status);