
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 15 of file ad_testfs_iread.c.
References ADIOI_TESTFS_ReadContig(), ADIOI_FileD::comm, ADIOI_FileD::filename, len, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), 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 40 of file ad_testfs_iread.c.
References ADIOI_TESTFS_ReadStrided(), ADIOI_FileD::comm, ADIOI_FileD::filename, MPI_Comm_rank, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().

1.5.5