Go to the source code of this file.
Functions | |
MPI_File | MPIO_File_create (int size) |
ADIO_File | MPIO_File_resolve (MPI_File mpi_fh) |
void | MPIO_File_free (MPI_File *mpi_fh) |
MPI_File | MPIO_File_f2c (MPI_Fint fh) |
MPI_Fint | MPIO_File_c2f (MPI_File fh) |
Definition at line 22 of file mpio_file.c.
Referenced by ADIO_Open().
Definition at line 30 of file mpio_file.c.
Referenced by ADIO_Open(), MPI_File_close(), MPI_File_get_amode(), MPI_File_get_atomicity(), MPI_File_get_byte_offset(), MPI_File_get_errhandler(), MPI_File_get_group(), MPI_File_get_info(), MPI_File_get_position(), MPI_File_get_position_shared(), MPI_File_get_size(), MPI_File_get_type_extent(), MPI_File_get_view(), MPI_File_iread_shared(), MPI_File_iwrite_at(), MPI_File_iwrite_shared(), MPI_File_preallocate(), MPI_File_read_ordered(), MPI_File_read_ordered_begin(), MPI_File_read_ordered_end(), MPI_File_read_shared(), MPI_File_seek(), MPI_File_seek_shared(), MPI_File_set_atomicity(), MPI_File_set_errhandler(), MPI_File_set_info(), MPI_File_set_size(), MPI_File_set_view(), MPI_File_sync(), MPI_File_write_ordered(), MPI_File_write_ordered_begin(), MPI_File_write_ordered_end(), MPI_File_write_shared(), MPIO_Err_return_file(), MPIOI_File_iread(), MPIOI_File_iwrite(), MPIOI_File_read(), MPIOI_File_read_all(), MPIOI_File_read_all_begin(), MPIOI_File_read_all_end(), MPIOI_File_write(), MPIOI_File_write_all(), MPIOI_File_write_all_begin(), and MPIOI_File_write_all_end().
void MPIO_File_free | ( | MPI_File * | mpi_fh | ) |
Definition at line 35 of file mpio_file.c.
Referenced by MPI_File_close().
Definition at line 41 of file mpio_file.c.
Referenced by MPI_File_f2c().
Definition at line 59 of file mpio_file.c.
Referenced by MPI_File_c2f().