H5Pset_fapl_sec2

fnherr_t H5Pset_fapl_sec2(hid_t fapl_id)

Configures the file access property list to use the sec2 (POSIX) file driver.

The sec2 driver uses POSIX file-system functions like read and write to perform I/O to a single file.

Parameters

fapl_idFile access property list identifier

Returns

Non-negative on success, negative on failure.