summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-02-24 10:24:47 (GMT)
committerGitHub <noreply@github.com>2021-02-24 10:24:47 (GMT)
commit7c507003c7585837dace9bbbec9fde7a80802dbf (patch)
treeaed5375b53055c2c57cadf4886f2eb3aaccd602f /testpar/testphdf5.c
parent2d8913c615b337d18fc35c74decff9a589a632d1 (diff)
downloadhdf5-7c507003c7585837dace9bbbec9fde7a80802dbf.zip
hdf5-7c507003c7585837dace9bbbec9fde7a80802dbf.tar.gz
hdf5-7c507003c7585837dace9bbbec9fde7a80802dbf.tar.bz2
Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F_get_access_plist (#342) (#374)
* Avoid freeing MPI_COMM_WORLD in H5_mpi_comm_free * Copy MPI Comm and Info to new FAPL in H5F_get_access_plist
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 e693bc0..f5b9e63 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -467,6 +467,8 @@ main(int argc, char **argv)
AddTest("edpl", test_plist_ed, NULL, "encode/decode Property Lists", NULL);
+ AddTest("extlink", external_links, NULL, "test external links", NULL);
+
if ((mpi_size < 2) && MAINPROCESS) {
HDprintf("File Image Ops daisy chain test needs at least 2 processes.\n");
HDprintf("File Image Ops daisy chain test will be skipped \n");