From 67d22cb484f9d81cdef578deceb4a8ee5046a88b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 17 Apr 2002 12:27:29 -0500 Subject: [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. --- release_docs/INSTALL_TFLOPS | 14 ++++++++++++-- 1 file 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 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 -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. -- cgit v0.12