diff options
author | raylu-hdf <60487644+raylu-hdf@users.noreply.github.com> | 2022-07-12 15:55:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 15:55:34 (GMT) |
commit | b2363a8195408331797cd32820fbb0dfc288f646 (patch) | |
tree | 6234565e810281f9f3be2f68963db16480d01b1c /testpar/CMakeLists.txt | |
parent | c62b02660933852d0d5528aee02d8509be13423a (diff) | |
download | hdf5-b2363a8195408331797cd32820fbb0dfc288f646.zip hdf5-b2363a8195408331797cd32820fbb0dfc288f646.tar.gz hdf5-b2363a8195408331797cd32820fbb0dfc288f646.tar.bz2 |
H5Oflush fails for parallel (#1876)
* 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>
Diffstat (limited to 'testpar/CMakeLists.txt')
-rw-r--r-- | testpar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 32f4a0f..15723c9 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -18,6 +18,7 @@ set (testphdf5_SOURCES ${HDF5_TEST_PAR_SOURCE_DIR}/t_filter_read.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_prop.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_coll_md_read.c + ${HDF5_TEST_PAR_SOURCE_DIR}/t_oflush.c ) #-- Adding test for testhdf5 |