
Go to the source code of this file.
Functions | |
| int | MPI_File_iread_at (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request) |
| int MPI_File_iread_at | ( | MPI_File | fh, | |
| MPI_Offset | offset, | |||
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| MPIO_Request * | request | |||
| ) |
Definition at line 42 of file iread_at.c.
References ADIO_IreadContig(), ADIO_IreadStrided(), ADIO_ReadContig(), ADIOI_Datatype_iscontig(), ADIOI_Error(), ADIOI_Malloc_request(), MPI_Abort(), MPI_COMM_WORLD, MPI_DATATYPE_NULL, MPI_ERR_ARG, MPI_ERR_TYPE, MPI_MODE_WRONLY, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_ERR_TYPE_NULL(), and status().
Referenced by mpi_file_iread_at_().
1.5.5