summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-21 14:09:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-21 14:09:55 (GMT)
commitfcec8eedb5da7cbca25751ddff07ac469bb25734 (patch)
treeb6b11a185a71252e2926b683a8ebf980485ad0f4 /testpar/testphdf5.c
parent7458db94f9643978e67102be2ef965f5cc84ae8d (diff)
downloadhdf5-fcec8eedb5da7cbca25751ddff07ac469bb25734.zip
hdf5-fcec8eedb5da7cbca25751ddff07ac469bb25734.tar.gz
hdf5-fcec8eedb5da7cbca25751ddff07ac469bb25734.tar.bz2
Fix parallel compile errors
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index b89c790..26be360 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -349,14 +349,6 @@ int main(int argc, char **argv)
AddTest("split", test_split_comm_access, NULL,
"dataset using split communicators", PARATESTFILE);
-#ifdef PB_OUT /* temporary: disable page buffering when parallel */
- AddTest("page_buffer", test_page_buffer_access, NULL,
- "page buffer usage in parallel", PARATESTFILE);
-#endif
-
- AddTest("props", test_file_properties, NULL,
- "Coll Metadata file property settings", PARATESTFILE);
-
AddTest("idsetw", dataset_writeInd, NULL,
"dataset independent write", PARATESTFILE);
AddTest("idsetr", dataset_readInd, NULL,
@@ -547,12 +539,6 @@ int main(int argc, char **argv)
AddTest("denseattr", test_dense_attr, NULL,
"Store Dense Attributes", PARATESTFILE);
- 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]);