summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorGlenn Song <43005495+glennsong09@users.noreply.github.com>2023-11-06 15:27:51 (GMT)
committerGitHub <noreply@github.com>2023-11-06 15:27:51 (GMT)
commit3c0714797196fe428e1b81f3c7b02149676c54f7 (patch)
tree4ba54dedecdced29313f1d8a6fc98665e01a1d8a /testpar/testphdf5.c
parent6a3c859e5857860f66b4bd20c0c7d57f3fb50724 (diff)
downloadhdf5-3c0714797196fe428e1b81f3c7b02149676c54f7.zip
hdf5-3c0714797196fe428e1b81f3c7b02149676c54f7.tar.gz
hdf5-3c0714797196fe428e1b81f3c7b02149676c54f7.tar.bz2
Create test for H5Pget_dxpl_mpio (#3825)
* Create test and add to testphdf5
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 985c3de..e094ad6 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -351,6 +351,7 @@ main(int argc, char **argv)
/* Tests are generally arranged from least to most complexity... */
AddTest("mpiodup", test_fapl_mpio_dup, NULL, "fapl_mpio duplicate", NULL);
+ AddTest("getdxplmpio", test_get_dxpl_mpio, NULL, "dxpl_mpio get", PARATESTFILE);
AddTest("split", test_split_comm_access, NULL, "dataset using split communicators", PARATESTFILE);
AddTest("h5oflusherror", test_oflush, NULL, "H5Oflush failure", PARATESTFILE);