
Go to the source code of this file.
Functions | |
| void | ADIOI_PVFS_WriteStridedListIO (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_WriteContig (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_WriteStrided (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_WriteStridedListIO | ( | 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 369 of file ad_pvfs_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_Fl_node::indices, ADIOI_FileD::iomode, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), ADIOI_Fl_node::next, size, and ADIOI_Fl_node::type.
Referenced by ADIOI_PVFS_WriteStrided().
| void ADIOI_PVFS_WriteContig | ( | 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 19 of file ad_pvfs_write.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_IwriteContig().
| void ADIOI_PVFS_WriteStrided | ( | 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_write.c.
References ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_HINT_ENABLE, ADIOI_PVFS_WriteStridedListIO(), ADIOI_FileD::atomicity, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, errno, ADIOI_FileD::etype_size, ADIOI_FileD::fd_sys, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, ADIOI_Hints_struct::fs_hints, ADIOI_FileD::hints, ADIOI_Fl_node::indices, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_extent(), MPI_Type_size(), MPIR_Err_setmsg(), MPIR_Status_set_bytes(), ADIOI_Fl_node::next, ADIOI_Hints_struct::pvfs, size, and ADIOI_Fl_node::type.
Referenced by ADIOI_PVFS_IwriteStrided().
1.5.5