summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-19 22:32:23 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-19 22:32:23 (GMT)
commit9fba9e8fc2dc9e7964c398ff52bfef59629b099b (patch)
tree751e54372324d95afe786418fce9ad291d858e57 /testpar
parentd178c72f9c976e56e1dc44706d33124bdf86a52d (diff)
downloadhdf5-9fba9e8fc2dc9e7964c398ff52bfef59629b099b.zip
hdf5-9fba9e8fc2dc9e7964c398ff52bfef59629b099b.tar.gz
hdf5-9fba9e8fc2dc9e7964c398ff52bfef59629b099b.tar.bz2
[svn-r3664] Purpose:
Improvement Description: Changed the default value of $NPROCS from 2 to 3. This is the value libSAF uses since 3 processes have a much bigger chance catching parallel errors than just 2 processes. Changed the default dataset sizes from 800 to 1200 so that it is a multiple for 3 (and 8 too which is ofter used in the Tflops test.) Platforms tested: Modi4 (IRIX64) both serial and parallel modes.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 4cf27c0..076bf5a 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -48,7 +48,7 @@
/* Constants definitions */
#define DIM0 600 /* Default dataset sizes. */
-#define DIM1 800 /* Values are from a monitor pixel sizes */
+#define DIM1 1200 /* Values are from a monitor pixel sizes */
#define RANK 2
#define DATASETNAME1 "Data1"
#define DATASETNAME2 "Data2"