Go to the source code of this file.
Functions | |
int | MPI_File_read (MPI_File mpi_fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPIOI_File_read (MPI_File mpi_fh, MPI_Offset offset, int file_ptr_type, void *buf, int count, MPI_Datatype datatype, char *myname, MPI_Status *status) |
int MPI_File_read | ( | MPI_File | mpi_fh, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
MPI_Status * | status | |||
) |
Definition at line 41 of file read.c.
References MPIOI_File_read(), and myname.
Referenced by main(), and mpi_file_read_().
int MPIOI_File_read | ( | MPI_File | mpi_fh, | |
MPI_Offset | offset, | |||
int | file_ptr_type, | |||
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
char * | myname, | |||
MPI_Status * | status | |||
) |
Definition at line 64 of file read.c.
References ADIO_Feature(), ADIO_ReadContig(), ADIO_ReadStrided(), ADIOI_Datatype_iscontig(), ADIOI_FileD::atomicity, ADIOI_FileD::disp, ADIOI_FileD::etype_size, fh, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, MPI_Type_size, MPIO_Err_create_code(), MPIO_Err_return_file(), MPIO_File_resolve(), and MPIR_Status_set_bytes().
Referenced by MPI_File_read(), and MPI_File_read_at().