
Go to the source code of this file.
Functions | |
| int | MPI_File_iread (MPI_File mpi_fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
| int | MPIOI_File_iread (MPI_File mpi_fh, MPI_Offset offset, int file_ptr_type, void *buf, int count, MPI_Datatype datatype, char *myname, MPI_Request *request) |
| int MPI_File_iread | ( | MPI_File | mpi_fh, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| MPI_Request * | request | |||
| ) |
Definition at line 43 of file iread.c.
References MPIO_Err_return_file(), MPIOI_File_iread(), and myname.
Referenced by main(), and mpi_file_iread_().


| int MPIOI_File_iread | ( | MPI_File | mpi_fh, | |
| MPI_Offset | offset, | |||
| int | file_ptr_type, | |||
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| char * | myname, | |||
| MPI_Request * | request | |||
| ) |
Definition at line 75 of file iread.c.
References ADIO_Feature(), ADIO_IreadContig(), ADIO_IreadStrided(), ADIO_ReadContig(), 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_Completed_request_create(), MPIO_Err_create_code(), MPIO_Err_return_file(), MPIO_File_resolve(), and status.
Referenced by MPI_File_iread(), and MPI_File_iread_at().


1.5.5