
Go to the source code of this file.
Functions | |
| void | ADIOI_TESTFS_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_TESTFS_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_TESTFS_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 16 of file ad_testfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_TESTFS_WriteContig(), ADIOI_FileD::async_count, ADIOI_FileD::comm, ADIOI_FileD::filename, MPI_BYTE, MPI_Comm_rank(), MPI_Comm_size(), MPI_Get_elements(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
| void ADIOI_TESTFS_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 53 of file ad_testfs_iwrite.c.
References ADIOI_Malloc_request(), ADIOI_TESTFS_WriteStrided(), ADIOI_FileD::async_count, ADIOI_FileD::comm, ADIOI_FileD::filename, MPI_Comm_rank(), MPI_Comm_size(), MPI_SUCCESS, MPI_Type_size(), status(), and typesize().
1.5.5