Flushes all buffers associated with a dataset to disk
Procedure:
Signature:
herr_t H5Dflush(hid_t dataset_id)
Parameters:
hid_t dataset_id | IN: Identifier of the dataset to be flushed |
Description:
H5D_FLUSH causes all buffers associated with a dataset to be immediately flushed to disk without removing the data from the cache.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.10.0 | C function introduced with this release. |
--- Last Modified: December 18, 2018 | 01:22 PM