summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 72a2bff..e5033fc 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -465,6 +465,13 @@ int main(int argc, char **argv)
AddTest("fillvalue", dataset_fillvalue, NULL,
"dataset fill value", filenames[8]);
+
+ if(mpi_size > 24) {
+ 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[9]);
AddTest("coll_chunked2", coll_chunk2,NULL,