
Go to the source code of this file.
Functions | |
| void | ADIOI_TESTFS_IreadContig (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_IreadStrided (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_IreadContig | ( | 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_iread.c.
References ADIOI_Malloc_request(), ADIOI_TESTFS_ReadContig(), 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_IreadStrided | ( | 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_iread.c.
References ADIOI_Malloc_request(), ADIOI_TESTFS_ReadStrided(), 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