summaryrefslogtreecommitdiffstats
path: root/testpar/t_oflush.c
Commit message (Collapse)AuthorAgeFilesLines
* H5Oflush fails for parallel (#1876)raylu-hdf2022-07-121-0/+118
* H5Oflush causes H5Fclose to trigger an assertion failure in metadata cache for parallel. This commit makes sure H5Oflush fails for parallel until this problem is solved in the future. * Committing clang-format changes * Changed the use of H5F_get_driver_id to H5F_HAS_FEATURE. Co-authored-by: songyulu <songyulu@jelly.ad.hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>