Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5FDmulti.h File Reference

Macros

#define H5FD_MULTI   (H5FD_multi_init())
 

Functions

H5_DLL hid_t H5FD_multi_init (void)
 
H5_DLL herr_t H5Pset_fapl_multi (hid_t fapl_id, const H5FD_mem_t *memb_map, const hid_t *memb_fapl, const char *const *memb_name, const haddr_t *memb_addr, hbool_t relax)
 Sets up use of the multi-file driver. More...
 
H5_DLL herr_t H5Pget_fapl_multi (hid_t fapl_id, H5FD_mem_t *memb_map, hid_t *memb_fapl, char **memb_name, haddr_t *memb_addr, hbool_t *relax)
 Returns information about the multi-file access property list. More...
 
H5_DLL herr_t H5Pset_fapl_split (hid_t fapl, const char *meta_ext, hid_t meta_plist_id, const char *raw_ext, hid_t raw_plist_id)
 Emulates the old split file driver. More...
 

Macro Definition Documentation

◆ H5FD_MULTI

#define H5FD_MULTI   (H5FD_multi_init())

Function Documentation

◆ H5FD_multi_init()

H5_DLL hid_t H5FD_multi_init ( void  )