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 20:38:02 (GMT)
commita4cfd0bfd7be9cba5d9af02825358f898885c5c4 (patch)
tree7c9933648971055ebc24f7fa1e04285a5a2e13e8 /testpar/testphdf5.c
parent9f9485a17a87b075f122b654c1f8426d9114a6df (diff)
downloadhdf5-a4cfd0bfd7be9cba5d9af02825358f898885c5c4.zip
hdf5-a4cfd0bfd7be9cba5d9af02825358f898885c5c4.tar.gz
hdf5-a4cfd0bfd7be9cba5d9af02825358f898885c5c4.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]);