Go to the source code of this file.
Functions | |
void | ADIOI_ZOIDFS_Init (int rank, int *error_code) |
void | ADIOI_ZOIDFS_makeattribs (zoidfs_sattr_t *attribs) |
void | ADIOI_ZOIDFS_End (int *error_code) |
int | ADIOI_ZOIDFS_End_call (MPI_Comm comm, int keyval, void *attribute_val, void *extra_state) |
int | ADIOI_ZOIDFS_error_convert (int error) |
Definition at line 46 of file ad_zoidfs_common.c.
References ADIOI_ZOIDFS_End_call(), ADIOI_ZOIDFS_error_convert(), ADIOI_ZOIDFS_Initialized, MPI_Attr_put, MPI_Keyval_create, MPIO_Err_create_code(), and myname.
Referenced by ADIOI_ZOIDFS_Delete(), and ADIOI_ZOIDFS_Open().
void ADIOI_ZOIDFS_makeattribs | ( | zoidfs_sattr_t * | attribs | ) |
Definition at line 75 of file ad_zoidfs_common.c.
Referenced by fake_an_open().
void ADIOI_ZOIDFS_End | ( | int * | error_code | ) |
Definition at line 16 of file ad_zoidfs_common.c.
References ADIOI_ZOIDFS_error_convert(), MPIO_Err_create_code(), and myname.
Referenced by ADIOI_ZOIDFS_End_call().
Definition at line 37 of file ad_zoidfs_common.c.
References ADIOI_ZOIDFS_End().
Referenced by ADIOI_ZOIDFS_Init().
Definition at line 83 of file ad_zoidfs_common.c.
Referenced by ADIOI_ZOIDFS_Delete(), ADIOI_ZOIDFS_End(), ADIOI_ZOIDFS_Fcntl(), ADIOI_ZOIDFS_Flush(), ADIOI_ZOIDFS_Init(), ADIOI_ZOIDFS_Open(), ADIOI_ZOIDFS_ReadStrided(), ADIOI_ZOIDFS_Resize(), ADIOI_ZOIDFS_WriteStrided(), and ZOIDFS_IOContig().