summaryrefslogtreecommitdiffstats
path: root/release_docs
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 /release_docs
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 'release_docs')
-rw-r--r--release_docs/INSTALL_parallel6
-rw-r--r--release_docs/RELEASE.txt3
2 files changed, 4 insertions, 5 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
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bc0f70f..d7abf6a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -94,8 +94,7 @@ Bug Fixes since HDF5-1.8.6
Configuration
-------------
- - The default number of MPI processes for testing purpose is changed from
- 3 to 6. (AKC - 2010/10/28)
+ - None
Library
-------