
Go to the source code of this file.
Data Structures | |
| struct | ADIOI_FileD |
| struct | ADIOI_RequestD |
| struct | ADIO_Fcntl_t |
Typedefs | |
| typedef int | ADIO_Offset |
| typedef int | MPI_Fint |
| typedef struct MPIR_Info * | MPI_Info |
| typedef struct ADIOI_Fns_struct | ADIOI_Fns |
| typedef struct ADIOI_Hints_struct | ADIOI_Hints |
| typedef struct ADIOI_FileD * | ADIO_File |
| typedef struct ADIOI_RequestD * | ADIO_Request |
Functions | |
| int | MPI_Info_create (MPI_Info *info) |
| int | MPI_Info_set (MPI_Info info, char *key, char *value) |
| int | MPI_Info_delete (MPI_Info info, char *key) |
| int | MPI_Info_get (MPI_Info info, char *key, int valuelen, char *value, int *flag) |
| int | MPI_Info_get_valuelen (MPI_Info info, char *key, int *valuelen, int *flag) |
| int | MPI_Info_get_nkeys (MPI_Info info, int *nkeys) |
| int | MPI_Info_get_nthkey (MPI_Info info, int n, char *key) |
| int | MPI_Info_dup (MPI_Info info, MPI_Info *newinfo) |
| int | MPI_Info_free (MPI_Info *info) |
| MPI_Fint | MPI_Info_c2f (MPI_Info info) |
| MPI_Info | MPI_Info_f2c (MPI_Fint info) |
| int | PMPI_Info_create (MPI_Info *info) |
| int | PMPI_Info_set (MPI_Info info, char *key, char *value) |
| int | PMPI_Info_delete (MPI_Info info, char *key) |
| int | PMPI_Info_get (MPI_Info info, char *key, int valuelen, char *value, int *flag) |
| int | PMPI_Info_get_valuelen (MPI_Info info, char *key, int *valuelen, int *flag) |
| int | PMPI_Info_get_nkeys (MPI_Info info, int *nkeys) |
| int | PMPI_Info_get_nthkey (MPI_Info info, int n, char *key) |
| int | PMPI_Info_dup (MPI_Info info, MPI_Info *newinfo) |
| int | PMPI_Info_free (MPI_Info *info) |
| MPI_Fint | PMPI_Info_c2f (MPI_Info info) |
| MPI_Info | PMPI_Info_f2c (MPI_Fint info) |
| void | ADIO_Init (int *argc, char ***argv, int *error_code) |
| void | ADIO_End (int *error_code) |
| ADIO_File | ADIO_Open (MPI_Comm orig_comm, MPI_Comm comm, char *filename, int file_system, int access_mode, ADIO_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, int iomode, MPI_Info info, int perm, int *error_code) |
| void | ADIO_Close (ADIO_File fd, int *error_code) |
| void | ADIO_ReadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIO_WriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, int *bytes_written, int *error_code) |
| void | ADIO_IwriteContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| void | ADIO_IreadContig (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| int | ADIO_ReadDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIO_WriteDone (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIO_ReadIcomplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| int | ADIO_WriteIcomplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIO_ReadComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIO_WriteComplete (ADIO_Request *request, ADIO_Status *status, int *error_code) |
| void | ADIO_Fcntl (ADIO_File fd, int flag, ADIO_Fcntl_t *fcntl_struct, int *error_code) |
| void | ADIO_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIO_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIO_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIO_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code) |
| void | ADIO_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 | ADIO_IwriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Request *request, int *error_code) |
| ADIO_Offset | ADIO_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code) |
| void | ADIO_Delete (char *filename, int *error_code) |
| void | ADIO_Flush (ADIO_File fd, int *error_code) |
| void | ADIO_Resize (ADIO_File fd, ADIO_Offset size, int *error_code) |
| void | ADIO_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code) |
| void | ADIO_ResolveFileType (MPI_Comm comm, char *filename, int *fstype, ADIOI_Fns **ops, int *error_code) |
| void | ADIO_Get_shared_fp (ADIO_File fd, int size, ADIO_Offset *shared_fp, int *error_code) |
| void | ADIO_Set_shared_fp (ADIO_File fd, ADIO_Offset offset, int *error_code) |
| void | ADIO_Set_view (ADIO_File fd, ADIO_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, MPI_Info info, int *error_code) |
| typedef long ADIO_Offset |
| typedef struct ADIOI_Fns_struct ADIOI_Fns |
| typedef struct ADIOI_Hints_struct ADIOI_Hints |
| typedef struct ADIOI_FileD* ADIO_File |
| typedef struct ADIOI_RequestD* ADIO_Request |
Definition at line 37 of file info_create.c.
References ADIO_Init(), ADIOI_End_call, MPI_Abort(), MPI_Attr_put(), MPI_COMM_WORLD, MPI_Initialized(), MPI_Keyval_create(), MPI_KEYVAL_INVALID, MPI_NULL_COPY_FN, and MPI_SUCCESS.
Referenced by ADIOI_GEN_SetInfo(), ADIOI_PFS_SetInfo(), ADIOI_PIOFS_SetInfo(), ADIOI_PVFS_SetInfo(), ADIOI_XFS_SetInfo(), and mpi_info_create_().
Definition at line 37 of file info_set.c.
References free(), MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by ADIO_Open(), ADIOI_cb_bcast_rank_map(), ADIOI_GEN_SetInfo(), ADIOI_PFS_Open(), ADIOI_PFS_SetInfo(), ADIOI_PIOFS_Open(), ADIOI_PVFS_Open(), ADIOI_PVFS_SetInfo(), ADIOI_XFS_SetInfo(), and mpi_info_set_().
Definition at line 36 of file info_delete.c.
References done, free(), MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by ADIOI_GEN_SetInfo(), and mpi_info_delete_().
Definition at line 41 of file info_get.c.
References MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by ADIOI_Exch_and_write(), ADIOI_GEN_ReadStrided(), ADIOI_GEN_SetInfo(), ADIOI_GEN_WriteStrided(), ADIOI_NFS_ReadStrided(), ADIOI_NFS_WriteStrided(), ADIOI_PFS_Open(), ADIOI_PFS_SetInfo(), ADIOI_PIOFS_SetInfo(), ADIOI_PVFS_Open(), ADIOI_PVFS_SetInfo(), ADIOI_XFS_SetInfo(), and mpi_info_get_().
Definition at line 40 of file info_getvln.c.
References MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by mpi_info_get_valuelen_().
Definition at line 38 of file info_getnks.c.
References MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by mpi_info_get_nkeys_().
Definition at line 39 of file info_getnth.c.
References MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by mpi_info_get_nthkey_().
Definition at line 38 of file info_dup.c.
References MPI_Abort(), MPI_COMM_WORLD, and MPI_SUCCESS.
Referenced by MPI_File_get_info(), and mpi_info_dup_().
Definition at line 35 of file info_free.c.
References free(), MPI_Abort(), MPI_COMM_WORLD, MPI_SUCCESS, and MPIR_Info::next.
Referenced by ADIO_Close(), ADIO_Open(), and mpi_info_free_().
Definition at line 37 of file info_c2f.c.
References MPIR_Infotable, MPIR_Infotable_max, and MPIR_Infotable_ptr.
Referenced by mpi_file_get_info_(), mpi_info_create_(), mpi_info_dup_(), and mpi_info_free_().
Definition at line 37 of file info_f2c.c.
References MPI_Abort(), MPI_COMM_WORLD, MPIR_Infotable, and MPIR_Infotable_ptr.
Referenced by mpi_file_delete_(), mpi_file_open_(), mpi_file_set_info_(), mpi_file_set_view_(), mpi_info_delete_(), mpi_info_dup_(), mpi_info_free_(), mpi_info_get_(), mpi_info_get_nkeys_(), mpi_info_get_nthkey_(), mpi_info_get_valuelen_(), and mpi_info_set_().
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().
| void ADIO_End | ( | int * | error_code | ) |
Definition at line 12 of file ad_end.c.
References ADIOI_Async_avail_head, ADIOI_Async_avail_tail, ADIOI_Async_list_head, ADIOI_Flatlist, ADIOI_Ftable, ADIOI_Malloc_async_head, ADIOI_Malloc_async_tail, ADIOI_Malloc_req_head, ADIOI_Malloc_req_tail, ADIOI_Reqtable, ADIOI_Fl_node::blocklens, ADIOI_Fl_node::indices, MPI_Abort(), MPI_COMM_WORLD, MPI_SUCCESS, MPIR_Infotable, ADIOI_Malloc_req_ptr::next, ADIOI_Malloc_async_ptr::next, ADIOI_Fl_node::next, ADIOI_Malloc_req_ptr::ptr, and ADIOI_Malloc_async_ptr::ptr.
Referenced by ADIOI_End_call().
| ADIO_File ADIO_Open | ( | MPI_Comm | orig_comm, | |
| MPI_Comm | comm, | |||
| char * | filename, | |||
| int | file_system, | |||
| int | access_mode, | |||
| ADIO_Offset | disp, | |||
| MPI_Datatype | etype, | |||
| MPI_Datatype | filetype, | |||
| int | iomode, | |||
| MPI_Info | info, | |||
| int | perm, | |||
| int * | error_code | |||
| ) |
Definition at line 16 of file ad_open.c.
References ADIOI_FileD::access_mode, ADIO_SetInfo(), ADIOI_cb_bcast_rank_map(), ADIOI_cb_config_list_parse(), ADIOI_cb_gather_name_array(), ADIOI_DFLT_ERR_HANDLER, ADIOI_Error(), ADIOI_SetFunctions(), ADIOI_Fns_struct::ADIOI_xxx_Open, ADIOI_FileD::async_count, ADIOI_FileD::atomicity, ADIOI_Hints_struct::cb_config_list, ADIOI_Hints_struct::cb_nodes, ADIOI_FileD::comm, ADIOI_FileD::cookie, ADIOI_FileD::disp, ADIOI_FileD::err_handler, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::file_system, ADIOI_FileD::filename, ADIOI_FileD::filetype, ADIOI_FileD::fns, ADIOI_FileD::fp_ind, ADIOI_FileD::fp_sys_posn, free(), ADIOI_FileD::hints, ADIOI_FileD::info, ADIOI_Hints_struct::initialized, ADIOI_FileD::iomode, MPI_Comm_free(), MPI_Comm_rank(), MPI_Comm_size(), MPI_ERR_UNKNOWN, MPI_Info_free(), MPI_Info_set(), MPI_SUCCESS, MPIR_Err_setmsg(), ADIOI_FileD::perm, ADIOI_Hints_struct::ranklist, ADIOI_FileD::shared_fp_fd, ADIOI_FileD::split_coll_count, and value.
Referenced by ADIO_Get_shared_fp(), ADIO_Set_shared_fp(), ADIOI_NFS_Get_shared_fp(), ADIOI_NFS_Set_shared_fp(), and MPI_File_open().
Definition at line 14 of file ad_close.c.
References ADIOI_FileD::access_mode, ADIO_Delete(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Error(), ADIOI_Fns_struct::ADIOI_xxx_Close, ADIOI_FileD::async_count, ADIOI_FileD::comm, ADIOI_FileD::etype, ADIOI_FileD::filename, ADIOI_FileD::filetype, ADIOI_FileD::fns, free(), ADIOI_FileD::info, MPI_Abort(), MPI_Barrier(), MPI_Comm_free(), MPI_Comm_rank(), MPI_COMM_WORLD, MPI_Info_free(), MPI_Type_free(), MPI_Type_get_envelope(), and MPIR_Err_setmsg().
Referenced by MPI_File_close(), and MPI_File_open().
| void ADIO_ReadContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by ADIO_Get_shared_fp(), ADIOI_GEN_ReadStrided(), ADIOI_GEN_ReadStrided_naive(), ADIOI_GEN_ReadStridedColl(), ADIOI_HFS_Fcntl(), ADIOI_NFS_Fcntl(), ADIOI_NTFS_Fcntl(), ADIOI_PIOFS_Fcntl(), ADIOI_PVFS_Fcntl(), ADIOI_Read_and_exch(), ADIOI_SFS_Fcntl(), ADIOI_UFS_Fcntl(), ADIOI_W_Exchange_data(), MPI_File_iread(), MPI_File_iread_at(), MPI_File_iread_shared(), MPI_File_read(), MPI_File_read_at(), and MPI_File_read_shared().
| void ADIO_WriteContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| int * | bytes_written, | |||
| int * | error_code | |||
| ) |
Referenced by ADIO_Get_shared_fp(), ADIO_Set_shared_fp(), ADIOI_Exch_and_write(), ADIOI_GEN_WriteStrided(), ADIOI_GEN_WriteStridedColl(), ADIOI_HFS_Fcntl(), ADIOI_NFS_Fcntl(), ADIOI_NTFS_Fcntl(), ADIOI_PIOFS_Fcntl(), ADIOI_PVFS_Fcntl(), ADIOI_SFS_Fcntl(), ADIOI_UFS_Fcntl(), MPI_File_iwrite(), MPI_File_iwrite_at(), MPI_File_iwrite_shared(), MPI_File_write(), MPI_File_write_at(), and MPI_File_write_shared().
| void ADIO_IwriteContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Referenced by MPI_File_iwrite(), MPI_File_iwrite_at(), and MPI_File_iwrite_shared().
| void ADIO_IreadContig | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Referenced by MPI_File_iread(), MPI_File_iread_at(), and MPI_File_iread_shared().
| int ADIO_ReadDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by MPIO_Test().
| int ADIO_WriteDone | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by MPIO_Test().
| int ADIO_ReadIcomplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| int ADIO_WriteIcomplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIO_ReadComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by ADIOI_Complete_async(), and MPIO_Wait().
| void ADIO_WriteComplete | ( | ADIO_Request * | request, | |
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by ADIOI_Complete_async(), and MPIO_Wait().
| void ADIO_Fcntl | ( | ADIO_File | fd, | |
| int | flag, | |||
| ADIO_Fcntl_t * | fcntl_struct, | |||
| int * | error_code | |||
| ) |
Referenced by ADIOI_Get_eof_offset(), MPI_File_get_size(), MPI_File_preallocate(), MPI_File_set_atomicity(), and MPI_File_set_view().
| void ADIO_ReadStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by ADIOI_GEN_ReadStridedColl(), MPI_File_read(), MPI_File_read_at(), and MPI_File_read_shared().
| void ADIO_WriteStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
Referenced by ADIOI_GEN_WriteStridedColl(), MPI_File_write(), MPI_File_write_at(), and MPI_File_write_shared().
| void ADIO_ReadStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIO_WriteStridedColl | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Status * | status, | |||
| int * | error_code | |||
| ) |
| void ADIO_IreadStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Referenced by MPI_File_iread(), MPI_File_iread_at(), and MPI_File_iread_shared().
| void ADIO_IwriteStrided | ( | ADIO_File | fd, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| int | file_ptr_type, | |||
| ADIO_Offset | offset, | |||
| ADIO_Request * | request, | |||
| int * | error_code | |||
| ) |
Referenced by MPI_File_iwrite(), MPI_File_iwrite_at(), and MPI_File_iwrite_shared().
| ADIO_Offset ADIO_SeekIndividual | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int | whence, | |||
| int * | error_code | |||
| ) |
Referenced by MPI_File_seek().
| void ADIO_Delete | ( | char * | filename, | |
| int * | error_code | |||
| ) |
Referenced by ADIO_Close().
Referenced by MPI_File_sync().
| void ADIO_Resize | ( | ADIO_File | fd, | |
| ADIO_Offset | size, | |||
| int * | error_code | |||
| ) |
Referenced by MPI_File_set_size().
| void ADIO_ResolveFileType | ( | MPI_Comm | comm, | |
| char * | filename, | |||
| int * | fstype, | |||
| ADIOI_Fns ** | ops, | |||
| int * | error_code | |||
| ) |
Definition at line 369 of file ad_fstype.c.
References ADIO_FileSysType_fncall(), ADIO_FileSysType_prefix(), ADIO_HFS_operations, ADIO_NFS_operations, ADIO_NTFS_operations, ADIO_PFS_operations, ADIO_PIOFS_operations, ADIO_PVFS_operations, ADIO_SFS_operations, ADIO_TESTFS_operations, ADIO_UFS_operations, ADIO_XFS_operations, ADIOI_Error(), MPI_Abort(), MPI_Allreduce(), MPI_COMM_WORLD, MPI_INT, MPI_MIN, MPI_SUCCESS, and MPIR_Err_setmsg().
Referenced by MPI_File_delete(), and MPI_File_open().
| void ADIO_Get_shared_fp | ( | ADIO_File | fd, | |
| int | size, | |||
| ADIO_Offset * | shared_fp, | |||
| int * | error_code | |||
| ) |
Definition at line 16 of file ad_get_sh_fp.c.
References ADIO_Open(), ADIO_ReadContig(), ADIO_WriteContig(), ADIOI_NFS_Get_shared_fp(), ADIOI_FileD::file_system, MPI_BYTE, MPI_Comm_dup(), MPI_COMM_SELF, MPI_SUCCESS, ADIOI_FileD::shared_fp_fd, ADIOI_FileD::shared_fp_fname, and status().
Referenced by MPI_File_get_position_shared(), MPI_File_iread_shared(), MPI_File_iwrite_shared(), MPI_File_read_ordered(), MPI_File_read_ordered_begin(), MPI_File_read_shared(), MPI_File_seek_shared(), MPI_File_set_view(), MPI_File_write_ordered(), MPI_File_write_ordered_begin(), and MPI_File_write_shared().
| void ADIO_Set_shared_fp | ( | ADIO_File | fd, | |
| ADIO_Offset | offset, | |||
| int * | error_code | |||
| ) |
Definition at line 14 of file ad_set_sh_fp.c.
References ADIO_Open(), ADIO_WriteContig(), ADIOI_NFS_Set_shared_fp(), ADIOI_FileD::file_system, MPI_BYTE, MPI_Comm_dup(), MPI_COMM_SELF, MPI_SUCCESS, ADIOI_FileD::shared_fp_fd, ADIOI_FileD::shared_fp_fname, and status().
Referenced by MPI_File_open(), MPI_File_seek_shared(), and MPI_File_set_view().
| void ADIO_Set_view | ( | ADIO_File | fd, | |
| ADIO_Offset | disp, | |||
| MPI_Datatype | etype, | |||
| MPI_Datatype | filetype, | |||
| MPI_Info | info, | |||
| int * | error_code | |||
| ) |
Definition at line 12 of file ad_set_view.c.
References ADIO_SetInfo(), ADIOI_Datatype_iscontig(), ADIOI_Delete_flattened(), ADIOI_Flatlist, ADIOI_Flatten_datatype(), ADIOI_Fl_node::blocklens, ADIOI_Fl_node::count, ADIOI_FileD::disp, ADIOI_FileD::etype, ADIOI_FileD::etype_size, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, ADIOI_Fl_node::indices, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_free(), MPI_Type_get_envelope(), MPI_Type_size(), ADIOI_Fl_node::next, and ADIOI_Fl_node::type.
1.5.5