herr_t H5Tflush(hid_t dtype_id)
H5Tflush
causes all buffers associated with a
committed datatype to be immediately flushed to disk without
removing the data from the cache.
H5Tflush
flushes the internal HDF5 buffers and then
asks the operating system (the OS) to flush the system buffers
for the open files. After that, the OS is responsible for ensuring
that the data is actually flushed to disk.
hid_t dtype_id |
IN: Identifier of the committed datatype to be flushed. |
Release | Change |
1.10.0 | C function introduced with this release. |