
Go to the source code of this file.
Functions | |
| void | ADIOI_XFS_IwriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| void | ADIOI_XFS_IwriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| int | ADIOI_XFS_aio (ADIO_File fd, void *buf, int len, ADIO_Offset offset, int wr, void *handle) |
| void ADIOI_XFS_IwriteContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Definition at line 11 of file ad_xfs_iwrite.c.
References ADIOI_Add_req_to_list(), ADIOI_Error(), ADIOI_Malloc_request(), ADIOI_XFS_aio(), ADIOI_FileD::async_count, errno, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, MPI_ERR_UNKNOWN, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and typesize().
| void ADIOI_XFS_IwriteStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Definition at line 52 of file ad_xfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_XFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| int ADIOI_XFS_aio | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | len, | |||
| ADIO_Offset | offset, | |||
| int | wr, | |||
| void * | handle | |||
| ) |
Definition at line 88 of file ad_xfs_iwrite.c.
References ADIOI_Complete_async(), ADIOI_FileD::d_maxiosz, ADIOI_FileD::d_mem, ADIOI_FileD::d_miniosz, ADIOI_FileD::direct_read, ADIOI_FileD::direct_write, errno, ADIOI_FileD::fd_direct, ADIOI_FileD::fd_sys, MPI_Abort(), MPI_COMM_WORLD, and sleep().
Referenced by ADIOI_XFS_IreadContig(), and ADIOI_XFS_IwriteContig().
1.5.5