H5Pset_fapl_splitter

fnherr_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_idFile access property list identifier
config_ptrConfiguration options for the VFD

Returns

Non-negative on success, negative on failure.