summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_parallel
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-11-11 18:17:02 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-11-11 18:17:02 (GMT)
commit2013dace18aa3a7ec7279342581ba57f53404253 (patch)
tree3ac448b28e36a5e392bac1fb62cde26aa93d8f62 /release_docs/INSTALL_parallel
parented45b7472e3260a83bd28f81af96f6b04523bb5b (diff)
downloadhdf5-2013dace18aa3a7ec7279342581ba57f53404253.zip
hdf5-2013dace18aa3a7ec7279342581ba57f53404253.tar.gz
hdf5-2013dace18aa3a7ec7279342581ba57f53404253.tar.bz2
[svn-r19764] Updated NPROCS default value from 3 to 6.
Diffstat (limited to 'release_docs/INSTALL_parallel')
-rw-r--r--release_docs/INSTALL_parallel6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel
index 04643b2..d771c0b 100644
--- a/release_docs/INSTALL_parallel
+++ b/release_docs/INSTALL_parallel
@@ -232,10 +232,10 @@ compiler is `mpicc' and the user hasn't specified values for RUNSERIAL and
RUNPARALLEL then configure chooses `mpiexec' from the same directory as `mpicc':
RUNSERIAL: /usr/local/mpi/bin/mpiexec -np 1
- RUNPARALLEL: /usr/local/mpi/bin/mpiexec -np $${NPROCS:=3}
+ RUNPARALLEL: /usr/local/mpi/bin/mpiexec -np $${NPROCS:=6}
-The `$${NPROCS:=3}' will be substituted with the value of the NPROCS
-environment variable at the time `make check' is run (or the value 3).
+The `$${NPROCS:=6}' will be substituted with the value of the NPROCS
+environment variable at the time `make check' is run (or the value 6).
4. Parallel test suite