diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-11-11 18:13:21 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-11-11 18:13:21 (GMT) |
commit | 01530ebaa571bc7c25d28de64a5fd39999825f7a (patch) | |
tree | fab3400e06a76b4c784f47025525d6569da68eea /release_docs/INSTALL_parallel | |
parent | bea08cb3a83b1d0c0b4a9795a6c68df8c68e235b (diff) | |
download | hdf5-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/INSTALL_parallel')
-rw-r--r-- | release_docs/INSTALL_parallel | 6 |
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 |