diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-04-17 08:11:51 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-04-17 08:11:51 (GMT) |
commit | 0c4eb722371734d5b49f293837d278bad63d12e6 (patch) | |
tree | e9c09fbdd73d73d333b4b208474398f8fb92672e /release_docs | |
parent | 61f24e38e705c0cc88aceabcd749dc4fe2f220d1 (diff) | |
download | hdf5-0c4eb722371734d5b49f293837d278bad63d12e6.zip hdf5-0c4eb722371734d5b49f293837d278bad63d12e6.tar.gz hdf5-0c4eb722371734d5b49f293837d278bad63d12e6.tar.bz2 |
[svn-r12266] Purpose:
Removed TFLOP instructions since the machine has retired.
Added Red Storm instructions.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_parallel | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel index 65014da..37905d1 100644 --- a/release_docs/INSTALL_parallel +++ b/release_docs/INSTALL_parallel @@ -44,12 +44,6 @@ and configure. The "--enable-parallel" is optional in this case. $ make install ------- -TFLOPS ------- - -Follow the instructions in INSTALL_TFLOPS. - ------- IBM SP ------- @@ -176,6 +170,31 @@ HP V2500 and N4000 Follow the instructions in section 3. +------------------ +Red Storm (Cray XT3) +------------------ + +The following steps are for building the Parallel HDF5 for the Red Storm +compute nodes. They would probably work for other Cray XT3 systems but have +not been verified. + +# Assume you alrady have a copy of HDF5 source code in directory `hdf5' and +# want to install the binary in directory `/project/hdf5/phdf5'. You also +# have done the proper setup to have mpicc and mpif90 as the compiler commands. + +$ cd hdf5 +$ bin/yodconfigure configure +$ env RUNSERIAL="yod -sz 1" RUNPARALLEL="yod -sz 3" \ + CC="mpicc -DRED_STORM" F9X=mpif90 \ + ./configure --disable-hl --without-zlib --disable-stream-vfd \ + --enable-parallel --prefix=/project/hdf5/phdf5 +$ make +$ make check + +# if all is well, install the binary. +# make install + + 3. Detail explanation --------------------- |