
Go to the source code of this file.
Functions | |
| void | ADIOI_PVFS_ReadStridedListIO (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIOI_PVFS_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void ADIOI_PVFS_ReadStridedListIO | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 82 of file ad_pvfs_read.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Fl_node::indices, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Referenced by ADIOI_PVFS_ReadStrided().
| void ADIOI_PVFS_ReadContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 20 of file ad_pvfs_read.c.
References ADIOI_Error(), errno, ADIOI_FileD::fd_sys, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_Status_set_bytes().
Referenced by ADIOI_PVFS_IreadContig().
| void ADIOI_PVFS_ReadStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Definition at line 64 of file ad_pvfs_read.c.
References ADIOI_GEN_ReadStrided(), ADIOI_HINT_ENABLE, ADIOI_PVFS_ReadStridedListIO(), ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, and ADIOI_Hints_struct::pvfs.
Referenced by ADIOI_PVFS_IreadStrided().
1.5.5