
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 18 of file ad_testfs_iwrite.c.
References ADIOI_TESTFS_WriteContig(), ADIOI_FileD::comm, ADIOI_FileD::filename, len, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), 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 43 of file ad_testfs_iwrite.c.
References ADIOI_TESTFS_WriteStrided(), ADIOI_FileD::comm, ADIOI_FileD::filename, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().

1.5.5