summaryrefslogtreecommitdiffstats
path: root/config/ia64-linux-gnu
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-11-11 18:13:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-11-11 18:13:21 (GMT)
commit01530ebaa571bc7c25d28de64a5fd39999825f7a (patch)
treefab3400e06a76b4c784f47025525d6569da68eea /config/ia64-linux-gnu
parentbea08cb3a83b1d0c0b4a9795a6c68df8c68e235b (diff)
downloadhdf5-01530ebaa571bc7c25d28de64a5fd39999825f7a.zip
hdf5-01530ebaa571bc7c25d28de64a5fd39999825f7a.tar.gz
hdf5-01530ebaa571bc7c25d28de64a5fd39999825f7a.tar.bz2
[svn-r19763] Changed NPROCS default value from 3 to 6.
Diffstat (limited to 'config/ia64-linux-gnu')
-rw-r--r--config/ia64-linux-gnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu
index 1961119..519d0fc 100644
--- a/config/ia64-linux-gnu
+++ b/config/ia64-linux-gnu
@@ -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
#----------------------------------------------------------------------------