H5Fflush

fnherr_t H5Fflush(hid_t object_id, H5F_scope_t scope_)

Flushes all buffers associated with a file to disk.

Parameters

object_idIdentifier of object used to identify the file
scope_Scope of the flush (LOCAL or GLOBAL)

Returns

Non-negative on success, negative on failure.