
Go to the source code of this file.
Functions | |
| void | ADIOI_HFS_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_HFS_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_HFS_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_hfs_iwrite.c.
References ADIOI_HFS_WriteContig(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, MPI_BYTE, MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_HFS_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 42 of file ad_hfs_iwrite.c.
References ADIOI_HFS_WriteStrided(), ADIOI_Malloc_request(), ADIOI_FileD::async_count, MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
1.5.5