
Go to the source code of this file.
Functions | |
| void | ADIOI_PVFS_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_PVFS_IwriteStrided (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_PVFS_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_pvfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PVFS_WriteContig(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_PVFS_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 41 of file ad_pvfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_PVFS_WriteStrided(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
1.5.5