summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-07-03 20:55:14 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-07-03 20:55:14 (GMT)
commit3a1b1c90eb0c5fffffb69ada8fd3a1d93383587e (patch)
tree2e569fed51292425a093db89309d7b3b49005ea7
parent3523cd7413c4bfa1389ba32ea07782354b7f0456 (diff)
downloadhdf5-3a1b1c90eb0c5fffffb69ada8fd3a1d93383587e.zip
hdf5-3a1b1c90eb0c5fffffb69ada8fd3a1d93383587e.tar.gz
hdf5-3a1b1c90eb0c5fffffb69ada8fd3a1d93383587e.tar.bz2
[svn-r7162] Purpose:hdf5-1_6_2hdf5-1_6_1hdf5-1_6_0
Updated parallel installation instruction. Description: Solution: Platforms tested: Misc. update:
-rw-r--r--release_docs/INSTALL_parallel7
1 files changed, 2 insertions, 5 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel
index 41b7120..d6f1979 100644
--- a/release_docs/INSTALL_parallel
+++ b/release_docs/INSTALL_parallel
@@ -59,14 +59,11 @@ to compile and execute a single process mpi applications for the SP
machine. Unfortunately, the setting varies from machine to machine.
E.g., the following works for the Blue machine of LLNL.
- setenv CC mpcc_r
- setenv F9X mpxlf_r # if parallel Fortran API is wanted
setenv MP_PROCS 1
setenv MP_NODES 1
setenv MP_LABELIO no
setenv MP_RMPOOL 0
- setenv RUNPARALLEL "MP_PROCS=2 MP_TASKS_PER_NODE=2 poe"
- setenv LLNL_COMPILE_SINGLE_THREADED TRUE
+ setenv LLNL_COMPILE_SINGLE_THREADED TRUE # for LLNL site only
The shared library configuration for this version is broken. So, only
static library is supported.
@@ -221,7 +218,7 @@ with non-zero code. Failure to support file size greater than 2GB is
not a fatal error for HDF5 becuase HDF5 can use other file-drivers such
as families of files to by pass the file size limit.
-By default, the parallel tests use /tmp/$LOGIN as the test directory.
+By default, the parallel tests use the current directory as the test directory.
This can be changed by the environment variable $HDF5_PARAPREFIX.
For example, if the tests should use directory /PFS/user/me, do
HDF5_PARAPREFIX=/PFS/user/me