diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2021-02-24 10:24:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 10:24:47 (GMT) |
commit | 7c507003c7585837dace9bbbec9fde7a80802dbf (patch) | |
tree | aed5375b53055c2c57cadf4886f2eb3aaccd602f /testpar/testphdf5.h | |
parent | 2d8913c615b337d18fc35c74decff9a589a632d1 (diff) | |
download | hdf5-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.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 673e9aa..bd8de08 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -235,6 +235,7 @@ extern int dxfer_coll_type; /* Test program prototypes */ void test_plist_ed(void); +void external_links(void); void zero_dim_dset(void); void test_file_properties(void); void multiple_dset_write(void); |