summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 43b8ae3..81bc760 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -411,6 +411,7 @@ int main(int argc, char **argv)
TestInit();
/* Tests are generally arranged from least to most complexity... */
+#if 0
AddTest("mpio_dup", test_fapl_mpio_dup, NULL,
"fapl_mpio_dup", NULL);
AddTest("mpiposix_dup", test_fapl_mpiposix_dup, NULL,
@@ -467,7 +468,16 @@ int main(int argc, char **argv)
"big dataset test", filenames[7]);
AddTest("fillvalue", dataset_fillvalue, NULL,
"dataset fill value", filenames[8]);
-
+#endif
+
+ if(mpi_size > 24) {
+ if(MAINPROCESS) {
+ printf("The collective chunk IO test hasn't been tested for the number of process greater than 24\n");
+ printf("Please try with the number of process no greater than 24\n");
+ printf("All collective chunk tests will be skipped \n");
+ }
+ goto finish;
+ }
AddTest("coll_chunked1", coll_chunk1,NULL,
"simple collective chunk io",filenames[10]);
AddTest("coll_chunked2", coll_chunk2,NULL,