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/INSTALL_TFLOPS | |
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/INSTALL_TFLOPS')
-rw-r--r-- | release_docs/INSTALL_TFLOPS | 14 |
1 files changed, 7 insertions, 7 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 |