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