MPI_File_get_atomicity  100 ompi/mca/io/romio321/romio/include/io_romio_conv.h #define MPI_File_get_atomicity ROMIO_PREFIX(MPI_File_get_atomicity)
MPI_File_get_atomicity  100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_atomf.c     *ierr = MPI_File_get_atomicity(fh_c, flag);
MPI_File_get_atomicity   20 ompi/mca/io/romio321/romio/mpi-io/get_atom.c int MPI_File_get_atomicity(MPI_File fh, int *flag) __attribute__((weak,alias("PMPI_File_get_atomicity")));
MPI_File_get_atomicity  310 ompi/mca/io/romio321/src/io_romio321_file_open.c     ret = ROMIO_PREFIX(MPI_File_get_atomicity) (data->romio_fh, flag);
MPI_File_get_atomicity   42 ompi/mpi/cxx/file_inln.h   (void) MPI_File_get_atomicity(mpi_file, &flag);
MPI_File_get_atomicity  227 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_atomicity, mpi_file_get_atomicity, MPI_FILE_GET_ATOMICITY, (MPI_Fint *fh, ompi_fortran_logical_t *flag, MPI_Fint *ierr));
MPI_File_get_atomicity  137 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! MPI_File_get_atomicity
MPI_File_get_atomicity   77 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h interface MPI_File_get_atomicity
MPI_File_get_atomicity   79 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_atomicity(fh, flag, ierror)
MPI_File_get_atomicity   83 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h end subroutine MPI_File_get_atomicity
MPI_File_get_atomicity  710 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_get_atomicity((MPI_File)fh, &atomicity);