diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-02-04 15:09:40 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-02-04 15:09:40 (GMT) |
commit | 1e8b2abff34f28359174e7ab986ab57d5aa796f6 (patch) | |
tree | 553fcdaf3560db0eda049c07fd28f6072fbc2abc /release_docs | |
parent | 4bbfb5d3fbc57f0f71a9acdfc8b3263bdf320770 (diff) | |
download | hdf5-1e8b2abff34f28359174e7ab986ab57d5aa796f6.zip hdf5-1e8b2abff34f28359174e7ab986ab57d5aa796f6.tar.gz hdf5-1e8b2abff34f28359174e7ab986ab57d5aa796f6.tar.bz2 |
[svn-r8148] Purpose:
Updated with TFLOPS information.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_TFLOPS | 14 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS index 9b665f0..48218d1 100644 --- a/release_docs/INSTALL_TFLOPS +++ b/release_docs/INSTALL_TFLOPS @@ -25,10 +25,13 @@ We recommand the use of the Gnu gmake which has some features Parallel HDF5: --------------- -The setup process for building the parallel version of the HDF5 library for the -ASCI Red machine is very similar to the sequential version. Since TFLOPS -does not support MPIO, we have prepared a shell-script file that configures -with the appropriate MPI library. +The setup process for building the parallel HDF5 library for the +ASCI Red machine is done by a coordination of events from sasn100 and +janus. Though janus can do compiling, it is better to build it +from sasn100 which has more complete building tools and runs faster. +It is also anti-social to tie up janus with compiling. The HDF5 building +requires the use of janus because one of steps is to execute a program +to find out the run-time characteristics of the TFLOPS machine. Assuming you have already unpacked the HDF5 tar-file into the directory <hdf5>, follow the steps below: @@ -50,9 +53,6 @@ FROM SASN100, ========= You may add the option "--build=i386-intel-osf1" to get rid of the WARNING. - (The previous bugs in src/Makefile and test/Makefile have been resolved. - You don't need to edit them any more.) - 3) gmake H5detect diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e269a71..121a594 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -205,7 +205,7 @@ Platforms Tested SunOS 5.8(32 and 64 bit) Sun WorkShop 6 update 2 C 5.3 (Solaris 2.8) Sun WorkShop 6 update 2 Fortran 90 Sun WorkShop 6 update 2 C++ 5.3 - TFLOPS r1.0.4 v4.4.0 i386 pgcc Rel 3.1-4i with mpich-1.2.4 with + TFLOPS r1.0.4 v4.4.2 i386 pgcc Rel 3.1-4i with mpich-1.2.4 with local modifications IA-32 Linux 2.4.9 gcc 2.96 Intel(R) C++ Version 7.0 @@ -299,7 +299,7 @@ Linux 2.4 PGI (3) y n y n y n n Linux 2.4 IA32 Intel y n y n y y y Linux 2.4 IA64 Intel y n y n y y y - Notes: (1) Using mpich 1.2.4. + Notes: (1) Using system MPI and MPIO libraries. (2) Using mpt and mpich 1.2.4. (3) Linux 2.4 with GNU, Intel, and PGI compilers, respectively. (4) Shared libraries are provided only for the C library, except |