summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_TFLOPS
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-17 17:27:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-17 17:27:29 (GMT)
commit67d22cb484f9d81cdef578deceb4a8ee5046a88b (patch)
tree44a9d1ea14a3f4de589147153fef599c14335d39 /release_docs/INSTALL_TFLOPS
parenta9cd833cc8013e251bf05ed21dd0569e5f8b5d73 (diff)
downloadhdf5-67d22cb484f9d81cdef578deceb4a8ee5046a88b.zip
hdf5-67d22cb484f9d81cdef578deceb4a8ee5046a88b.tar.gz
hdf5-67d22cb484f9d81cdef578deceb4a8ee5046a88b.tar.bz2
[svn-r5193] Purpose:
Maintenance Description: The tflops option local modification in bin/config.sub was wiped out during the latest autoconfigure tools upgrade. Instead of adding it in for every autoconfigure tools upgrade, I changed the instruction to use a standard feature in configure. ./configure --host=i386-intel-osf1 This is a bit more typing but no more local modification.
Diffstat (limited to 'release_docs/INSTALL_TFLOPS')
-rw-r--r--release_docs/INSTALL_TFLOPS14
1 files changed, 12 insertions, 2 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS
index 7b158d3..b3e8421 100644
--- a/release_docs/INSTALL_TFLOPS
+++ b/release_docs/INSTALL_TFLOPS
@@ -9,7 +9,7 @@ Software locations
------------------
The zlib compression library is installed in /usr/community/hdf5/ZLIB.
The mpich library, including mpi-io support, is in
-/usr/community/mpich/mpich-1.2.0.
+/usr/community/mpich/mpich-1.2.1.
---------------
Sequential HDF5:
@@ -31,6 +31,11 @@ FROM SASN100,
1) cd <hdf5>
2) ./configure --host=i386-intel-osf1
+ You may safely ignore the WARNING message,
+ configure: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used.
+ You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
+
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 +108,12 @@ FROM SASN100,
1) cd <hdf5>
-2) CC=/usr/community/mpich/mpich-1.2.0/bin/mpicc ./configure --host=i386-intel-osf1
+2) CC=/usr/community/mpich/mpich-1.2.1/bin/mpicc ./configure --host=i386-intel-osf1
+ You may safely ignore the WARNING message,
+ configure: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used.
+ You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
+
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.