[svn-r19764] Updated NPROCS default value from 3 to 6.

This commit is contained in:
Albert Cheng
2010-11-11 13:17:02 -05:00
parent ed45b7472e
commit 2013dace18
4 changed files with 225 additions and 123 deletions

View File

@@ -32,7 +32,7 @@ fi
# Define RUNPARALLEL if parallel mode is enabled or a parallel compiler used.
if test "X-$enable_parallel" = "X-yes" -o X-$CC_BASENAME = X-mpicc; then
RUNPARALLEL=${RUNPARALLEL="mpirun -np \$\${NPROCS:=3}"}
RUNPARALLEL=${RUNPARALLEL="mpirun -np \$\${NPROCS:=6}"}
fi
#----------------------------------------------------------------------------