summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2023-10-25 02:48:28 (GMT)
committerGitHub <noreply@github.com>2023-10-25 02:48:28 (GMT)
commit6578c452b5d7b0db82d3cf4e58f8a2a11e909b52 (patch)
treeb1ed70b41fa9cc79e96fed7a74d52af7e3cd526d /testpar/testphdf5.h
parentfbf77a8b1620cd23e707294e22693caaf79c60ab (diff)
downloadhdf5-6578c452b5d7b0db82d3cf4e58f8a2a11e909b52.zip
hdf5-6578c452b5d7b0db82d3cf4e58f8a2a11e909b52.tar.gz
hdf5-6578c452b5d7b0db82d3cf4e58f8a2a11e909b52.tar.bz2
Preserve MPI-I/O file hints when fapl is closed (#3755)
* Fix for issue #3025: Save the MPI info in the file struct so H5Fget_access_plist() can retrieve it from there.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 6bbdb0d..45f1a94 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -234,6 +234,7 @@ void test_file_properties(void);
void test_delete(void);
void test_invalid_libver_bounds_file_close_assert(void);
void test_evict_on_close_parallel_unsupp(void);
+void test_fapl_preserve_hints(void);
void multiple_dset_write(void);
void multiple_group_write(void);
void multiple_group_read(void);