summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-02-17 12:37:23 (GMT)
committerGitHub <noreply@github.com>2021-02-17 12:37:23 (GMT)
commitafdb7903c644ef8eab44a66248b85ce9bed60db8 (patch)
treef93fb1f558ad2cc972b81345f4bd8fbe45dbbb20 /testpar/testphdf5.h
parent2359a9b020761efd83b8a493b12f40b8a9696000 (diff)
downloadhdf5-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.h')
-rw-r--r--testpar/testphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index a821e6f..ac73301 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);