summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
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.c
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.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 2428c71..985c3de 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -368,6 +368,8 @@ main(int argc, char **argv)
AddTest("evictparassert", test_evict_on_close_parallel_unsupp, NULL, "Evict on close in parallel failure",
PARATESTFILE);
+ AddTest("fapl_preserve", test_fapl_preserve_hints, NULL, "preserve MPI I/O hints after fapl closed",
+ PARATESTFILE);
AddTest("idsetw", dataset_writeInd, NULL, "dataset independent write", PARATESTFILE);
AddTest("idsetr", dataset_readInd, NULL, "dataset independent read", PARATESTFILE);