HDF5 1.14.5
API Reference
|
H5FD_subfiling_config_t derived type used in the subfiling VFD.
Data Fields | |
integer(c_int32_t) | magic |
Set to H5FD_SUBFILING_FAPL_MAGIC_F. | |
integer(c_int32_t) | version |
Set to H5FD_CURR_SUBFILING_FAPL_VERSION_F. | |
integer(hid_t) | ioc_fapl_id |
The FAPL setup with the stacked VFD to use for I/O concentrators. | |
logical(c_bool) | require_ioc |
Whether to use the IOC VFD (currently must always be TRUE) | |
type(h5fd_subfiling_params_t) | shared_cfg |
Subfiling/IOC parameters (stripe size, stripe count, etc.) | |