Go to the source code of this file.
Functions | |
int | MPI_File_read_all (MPI_File mpi_fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPIOI_File_read_all (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_all | ( | MPI_File | mpi_fh, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
MPI_Status * | status | |||
) |
Definition at line 41 of file read_all.c.
References fh, MPIOI_File_read_all(), and myname.
int MPIOI_File_read_all | ( | 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 66 of file read_all.c.
References ADIO_ReadStridedColl(), fh, MPI_Type_size, MPIO_Err_create_code(), MPIO_Err_return_file(), and MPIO_File_resolve().
Referenced by MPI_File_read_all(), and MPI_File_read_at_all().