summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-02-21 15:30:45 (GMT)
committerGitHub <noreply@github.com>2023-02-21 15:30:45 (GMT)
commitd8fd9c2f79ad0aceb0b55b33b7480a4063b8cf08 (patch)
tree9880bfcd20524f93471585191e64e4d527eec758 /testpar/testphdf5.c
parent3dcee39ceda225798289336f3b3abcd96e83c9c1 (diff)
downloadhdf5-d8fd9c2f79ad0aceb0b55b33b7480a4063b8cf08.zip
hdf5-d8fd9c2f79ad0aceb0b55b33b7480a4063b8cf08.tar.gz
hdf5-d8fd9c2f79ad0aceb0b55b33b7480a4063b8cf08.tar.bz2
Fix issue with collective metadata writes of global heap data (#2480) (#2486)
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 cc32dee..e7befd6 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -502,6 +502,8 @@ main(int argc, char **argv)
"Collective MD read with multi chunk I/O (H5D__chunk_addrmap)", PARATESTFILE);
AddTest("LC_coll_MD_read", test_link_chunk_io_sort_chunk_issue, NULL,
"Collective MD read with link chunk I/O (H5D__sort_chunk)", PARATESTFILE);
+ AddTest("GH_coll_MD_wr", test_collective_global_heap_write, NULL,
+ "Collective MD write of global heap data", PARATESTFILE);
/* Display testing information */
TestInfo(argv[0]);