diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-04-16 22:50:39 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-04-16 22:50:39 (GMT) |
commit | dee325eb6c495aa45667d33032b7ea9f32414219 (patch) | |
tree | ef0f7ced1d149d734529f17f3b14057c22cff099 /release_docs | |
parent | aadc0f48014b2c2dbcd39c4b8db1ca70e71ff1fd (diff) | |
download | hdf5-dee325eb6c495aa45667d33032b7ea9f32414219.zip hdf5-dee325eb6c495aa45667d33032b7ea9f32414219.tar.gz hdf5-dee325eb6c495aa45667d33032b7ea9f32414219.tar.bz2 |
[svn-r5188] Updated instruction how to configure the TFLOPS machine.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_TFLOPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS index a05ef7f..7b158d3 100644 --- a/release_docs/INSTALL_TFLOPS +++ b/release_docs/INSTALL_TFLOPS @@ -30,7 +30,7 @@ FROM SASN100, 1) cd <hdf5> -2) ./configure tflop +2) ./configure --host=i386-intel-osf1 Due to a bug, you need to patch up two Makefile, src/Makefile and test/Makefile, before the next step. You can use the following shell commands. @@ -103,7 +103,7 @@ FROM SASN100, 1) cd <hdf5> -2) CC=/usr/community/mpich/mpich-1.2.0/bin/mpicc ./configure tflop +2) CC=/usr/community/mpich/mpich-1.2.0/bin/mpicc ./configure --host=i386-intel-osf1 Due to a bug, you need to patch up two Makefile, src/Makefile and test/Makefile, before the next step. You can use the following shell commands. |