diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2021-02-17 12:37:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 12:37:23 (GMT) |
commit | afdb7903c644ef8eab44a66248b85ce9bed60db8 (patch) | |
tree | f93fb1f558ad2cc972b81345f4bd8fbe45dbbb20 /testpar/testphdf5.c | |
parent | 2359a9b020761efd83b8a493b12f40b8a9696000 (diff) | |
download | hdf5-afdb7903c644ef8eab44a66248b85ce9bed60db8.zip hdf5-afdb7903c644ef8eab44a66248b85ce9bed60db8.tar.gz hdf5-afdb7903c644ef8eab44a66248b85ce9bed60db8.tar.bz2 |
Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F_get_access_plist (#342)
* 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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index ca38623..c1851bf 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"); |