[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.
This commit is contained in:
Albert Cheng 2001-03-19 17:32:23 -05:00
parent d178c72f9c
commit 9fba9e8fc2

View File

@ -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"