summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-01-25 21:32:51 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-02-12 00:31:23 (GMT)
commit65a820ae8981a84fe7fbac87c48482e9f82b35f4 (patch)
tree9635dda26035ed3bd9b3531f4b552fb05b44127f /testpar/testphdf5.c
parentdfaf51fda44621fa4c8136575fa6a2a26c9b08cc (diff)
downloadhdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.zip
hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.gz
hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.bz2
Fix some collective metadata read issues
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 69b66ae..999e17a 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -549,7 +549,10 @@ int main(int argc, char **argv)
AddTest("noselcollmdread", test_partial_no_selection_coll_md_read, NULL,
"Collective Metadata read with some ranks having no selection", PARATESTFILE);
-
+ AddTest("MC coll MD read", test_multi_chunk_io_addrmap_issue, NULL,
+ "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);
/* Display testing information */
TestInfo(argv[0]);