Go to the source code of this file.
Functions | |
int | MPI_File_read_all_begin (MPI_File mpi_fh, void *buf, int count, MPI_Datatype datatype) |
int | MPIOI_File_read_all_begin (MPI_File mpi_fh, MPI_Offset offset, int file_ptr_type, void *buf, int count, MPI_Datatype datatype, char *myname) |
int MPI_File_read_all_begin | ( | MPI_File | mpi_fh, | |
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype | |||
) |
Definition at line 39 of file read_allb.c.
References MPIOI_File_read_all_begin(), and myname.
int MPIOI_File_read_all_begin | ( | MPI_File | mpi_fh, | |
MPI_Offset | offset, | |||
int | file_ptr_type, | |||
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
char * | myname | |||
) |
Definition at line 54 of file read_allb.c.
References ADIO_ReadStridedColl(), fh, MPI_Type_size, MPIO_Err_create_code(), MPIO_Err_return_file(), MPIO_File_resolve(), ADIOI_FileD::split_coll_count, and ADIOI_FileD::split_status.
Referenced by MPI_File_read_all_begin(), and MPI_File_read_at_all_begin().