H5Pset_fclose_degree

fnherr_t H5Pset_fclose_degree(hid_t fapl_id, int degree)

Sets the file close degree.

Determines how aggressively the file is closed when H5Fclose is called.

Parameters

fapl_idFile access property list identifier
degreeClose degree (H5F_CLOSE_DEGREE)

Returns

Non-negative on success, negative on failure.