diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-03-31 16:51:35 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-03-31 16:51:35 (GMT) |
commit | c2691615d64d600eb442935774a45ae847c9b45a (patch) | |
tree | ebdcbbab19cb4014759e5f30780c7dfe4383d625 | |
parent | c8186a830fe47ee567f6393a9ad10847a91201df (diff) | |
download | hdf5-c2691615d64d600eb442935774a45ae847c9b45a.zip hdf5-c2691615d64d600eb442935774a45ae847c9b45a.tar.gz hdf5-c2691615d64d600eb442935774a45ae847c9b45a.tar.bz2 |
[svn-r6535] Purpose:
Updated with new zlib used.
-rw-r--r-- | release_docs/INSTALL_TFLOPS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS index 9300967..2225678 100644 --- a/release_docs/INSTALL_TFLOPS +++ b/release_docs/INSTALL_TFLOPS @@ -7,9 +7,9 @@ installing the parallel and sequential versions of the HDF5 library. Software locations ------------------ The zlib compression library is installed in /usr/community/hdf5/ZLIB. -The latest version is zlib v1.1.3. +The latest version is zlib v1.1.4. The mpich library, including mpi-io support, is in /usr/community/mpich/. -The latest version used is mpich-1.2.3. +The latest version used is mpich-1.2.4. --------------- Parallel HDF5: @@ -26,7 +26,7 @@ FROM SASN100, 1) cd <hdf5> -2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc \ +2) CC=/usr/community/mpich/mpich-1.2.4/bin/mpicc \ ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB Skip the "--with-zlib=..." option if you do not wish to include the zlib |