From 9fba9e8fc2dc9e7964c398ff52bfef59629b099b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 19 Mar 2001 17:32:23 -0500 Subject: [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. --- testpar/testphdf5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12