Sets the file access property list to use the splitter driver
Procedure:
H5P_SET_FAPL_SPLITTER ( fapl_id, vfd_config )
Signature:
herr_t H5Pset_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t *vfd_config )
Replace this text with the Fortran function signature
Parameters:
hid_t fapl_id | IN: File access property list |
H5FD_splitter_vfd_config_t *vfd_config | IN: Splitter VFD configuration information |
Description:
H5P_SET_FAPL_SPLITTER sets the file access property list, fapl_id
, to use the splitter driver as specified by vfd_config
.
Returns:
History:
Release | Change |
---|
1.10.7 | Function added in this release. |
--- Last Modified: October 08, 2020 | 12:45 PM