H5Pset_fapl_splitter
fn
herr_t H5Pset_fapl_splitter(hid_t fapl_id, H5FD_splitter_vfd_config_t * config_ptr)Sets the file access property list to use the splitter driver.
The splitter VFD echoes file manipulation (e.g. create, truncate) and write calls to a second, write-only file.
Parameters
fapl_id | File access property list identifier |
config_ptr | Configuration options for the VFD |
Returns
Non-negative on success, negative on failure.