summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_docs/INSTALL_TFLOPS4
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.