Flush all buffers associated with a file to disk
H5Fflush(h5file, scope = h5default("H5F_SCOPE"))H5IdComponent representing any object associated with the file to be flushed.
Specifies whether the scope of the flushing action is global
(flushes the entire virtual file) or local (flushes only the specified
file). Valid values are H5F_SCOPE_GLOBAL and H5F_SCOPE_LOCAL.