summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-14 19:31:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-14 19:31:10 (GMT)
commit3fcfb3674842338f2b4d7e1e97e2fee678a021e7 (patch)
treef6e58cf6e4dfcb16e0f53e57d648af707d03ee16 /testpar/testphdf5.c
parent2687321987f6ded4f85f138f8572abe96ce90264 (diff)
parentd0aeefd6455d6877afd934e238362636a86e4b42 (diff)
downloadhdf5-3fcfb3674842338f2b4d7e1e97e2fee678a021e7.zip
hdf5-3fcfb3674842338f2b4d7e1e97e2fee678a021e7.tar.gz
hdf5-3fcfb3674842338f2b4d7e1e97e2fee678a021e7.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'd0aeefd6455d6877afd934e238362636a86e4b42': Final merge of page buffering branch to develop
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index c54cb5e..a58452e 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -351,6 +351,11 @@ 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);