H5Pset_fapl_split

fnherr_t H5Pset_fapl_split(hid_t fapl_id, const char * meta_ext, hid_t meta_plist_id, const char * raw_ext, hid_t raw_plist_id)

Configures the file access property list to use the split file driver.

The split driver stores metadata and raw data in separate files.

Parameters

fapl_idFile access property list identifier
meta_extExtension for metadata file, or null for "-m.h5"
meta_plist_idProperty list for metadata file, or H5P_DEFAULT
raw_extExtension for raw data file, or null for "-r.h5"
raw_plist_idProperty list for raw data file, or H5P_DEFAULT

Returns

Non-negative on success, negative on failure.