Go to the source code of this file.
Functions | |
void | ADIOI_FAKE_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_FAKE_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_FAKE_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 14 of file ad_iread_fake.c.
References ADIO_ReadContig(), len, MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().
void ADIOI_FAKE_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 42 of file ad_iread_fake.c.
References ADIO_ReadStrided(), MPI_Type_size, MPIO_Completed_request_create(), status, and typesize().