summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2004-08-13 13:51:45 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2004-08-13 13:51:45 (GMT)
commit7d636b82691439dab7c7e9e33f5cffbda1fb4066 (patch)
tree04a8da7cb75c8e24ce62426c66081fc1639e5fcf /testpar
parent6ce8bab631f1de7ff4fed4feaebbd204de13b7c7 (diff)
downloadhdf5-7d636b82691439dab7c7e9e33f5cffbda1fb4066.zip
hdf5-7d636b82691439dab7c7e9e33f5cffbda1fb4066.tar.gz
hdf5-7d636b82691439dab7c7e9e33f5cffbda1fb4066.tar.bz2
[svn-r9078] Purpose:
For collective chunk IO test, only let the main process(process 0) generate the "skipped message". Description: Solution: Platforms tested: linux 2.4 Too trivial to use h5committest. Misc. update:
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index e5033fc..9a3a97e 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -467,9 +467,11 @@ int main(int argc, char **argv)
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,