H5Pset_fapl_split
fn
herr_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_id | File access property list identifier |
meta_ext | Extension for metadata file, or null for "-m.h5" |
meta_plist_id | Property list for metadata file, or H5P_DEFAULT |
raw_ext | Extension for raw data file, or null for "-r.h5" |
raw_plist_id | Property list for raw data file, or H5P_DEFAULT |
Returns
Non-negative on success, negative on failure.