
Go to the source code of this file.
Functions | |
| void | ADIO_Init (int *argc, char ***argv, int *error_code) |
Variables | |
| ADIOI_Flatlist_node * | ADIOI_Flatlist |
| ADIOI_Async_node * | ADIOI_Async_list_head |
| ADIOI_Async_node * | ADIOI_Async_list_tail |
| ADIOI_Async_node * | ADIOI_Async_avail_head |
| ADIOI_Async_node * | ADIOI_Async_avail_tail |
| ADIOI_Malloc_async * | ADIOI_Malloc_async_head |
| ADIOI_Malloc_async * | ADIOI_Malloc_async_tail |
| ADIOI_Req_node * | ADIOI_Req_avail_head |
| ADIOI_Req_node * | ADIOI_Req_avail_tail |
| ADIOI_Malloc_req * | ADIOI_Malloc_req_head |
| ADIOI_Malloc_req * | ADIOI_Malloc_req_tail |
| ADIO_File * | ADIOI_Ftable |
| int | ADIOI_Ftable_ptr |
| int | ADIOI_Ftable_max |
| ADIO_Request * | ADIOI_Reqtable |
| int | ADIOI_Reqtable_ptr |
| int | ADIOI_Reqtable_max |
| MPI_Info * | MPIR_Infotable |
| int | MPIR_Infotable_ptr |
| int | MPIR_Infotable_max |
| int | ADIOI_Direct_read |
| int | ADIOI_Direct_write |
| int | ADIO_Init_keyval = MPI_KEYVAL_INVALID |
| MPI_Errhandler | ADIOI_DFLT_ERR_HANDLER = MPI_ERRORS_RETURN |
Definition at line 42 of file ad_init.c.
References ADIOI_Fl_node::blocklens, c, ADIOI_Fl_node::indices, MPI_SUCCESS, ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
Referenced by MPI_File_delete(), MPI_File_open(), and MPI_Info_create().
Definition at line 11 of file ad_init.c.
Referenced by ADIO_End(), ADIO_Set_view(), ADIOI_Calc_my_off_len(), ADIOI_Delete_flattened(), ADIOI_Exch_and_write(), ADIOI_Flatten_datatype(), ADIOI_GEN_ReadStrided(), ADIOI_GEN_ReadStrided_naive(), ADIOI_GEN_SeekIndividual(), ADIOI_GEN_WriteStrided(), ADIOI_Get_byte_offset(), ADIOI_Get_eof_offset(), ADIOI_Get_position(), ADIOI_HFS_Fcntl(), ADIOI_HFS_SeekIndividual(), ADIOI_NFS_Fcntl(), ADIOI_NFS_ReadStrided(), ADIOI_NFS_WriteStrided(), ADIOI_NTFS_Fcntl(), ADIOI_NTFS_SeekIndividual(), ADIOI_PFS_Fcntl(), ADIOI_PIOFS_Fcntl(), ADIOI_PIOFS_SeekIndividual(), ADIOI_PIOFS_WriteStrided(), ADIOI_PVFS_Fcntl(), ADIOI_PVFS_ReadStridedListIO(), ADIOI_PVFS_SeekIndividual(), ADIOI_PVFS_WriteStrided(), ADIOI_PVFS_WriteStridedListIO(), ADIOI_Read_and_exch(), ADIOI_SFS_Fcntl(), ADIOI_TESTFS_Fcntl(), ADIOI_TESTFS_SeekIndividual(), ADIOI_UFS_Fcntl(), ADIOI_XFS_Fcntl(), and ADIOI_XFS_SeekIndividual().
Definition at line 12 of file ad_init.c.
Referenced by ADIO_End(), ADIOI_Add_req_to_list(), ADIOI_Complete_async(), and ADIOI_Del_req_from_list().
Definition at line 12 of file ad_init.c.
Referenced by ADIOI_Add_req_to_list(), ADIOI_Complete_async(), and ADIOI_Del_req_from_list().
Definition at line 14 of file ad_init.c.
Referenced by ADIO_End(), ADIOI_Free_async_node(), and ADIOI_Malloc_async_node().
Definition at line 14 of file ad_init.c.
Referenced by ADIO_End(), ADIOI_Free_async_node(), and ADIOI_Malloc_async_node().
Definition at line 19 of file ad_init.c.
Referenced by ADIOI_Free_request(), and ADIOI_Malloc_request().
Definition at line 19 of file ad_init.c.
Referenced by ADIOI_Free_request(), and ADIOI_Malloc_request().
Definition at line 25 of file ad_init.c.
Referenced by ADIO_End(), MPI_File_c2f(), and MPI_File_f2c().
Definition at line 27 of file ad_init.c.
Referenced by ADIO_End(), MPIO_Request_c2f(), and MPIO_Request_f2c().
Definition at line 30 of file ad_init.c.
Referenced by ADIO_End(), MPI_Info_c2f(), and MPI_Info_f2c().
| int ADIO_Init_keyval = MPI_KEYVAL_INVALID |
| MPI_Errhandler ADIOI_DFLT_ERR_HANDLER = MPI_ERRORS_RETURN |
Definition at line 40 of file ad_init.c.
Referenced by ADIO_Open(), ADIOI_Error(), MPI_File_get_errhandler(), and MPI_File_set_errhandler().
1.5.5