summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-07-26 14:57:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-07-26 14:57:29 (GMT)
commitebc87c1357c11cf9abcdb48a73d6ed44fb380258 (patch)
tree955d8dda1ce0608c9508b83280d6b9aa32aabd2a /INSTALL
parentb1fb467f2f0ee7acb9eb7395931dde091d211315 (diff)
downloadhdf5-ebc87c1357c11cf9abcdb48a73d6ed44fb380258.zip
hdf5-ebc87c1357c11cf9abcdb48a73d6ed44fb380258.tar.gz
hdf5-ebc87c1357c11cf9abcdb48a73d6ed44fb380258.tar.bz2
[svn-r1545] Updated the information for TFLOPS and SGI O2K.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index be3862e..3e5a93d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,7 @@
-*- outline -*-
This file contains instructions for the installation of HDF5 on
-Unix-like systems. Users of the Intel TFLOPS machine should see the
-INSTALL.ascired for instructions.
+Unix-like systems.
* Obtaining HDF5
The latest supported public release of HDF5 is available from
@@ -46,6 +45,10 @@ INSTALL.ascired for instructions.
should be upgraded to MIPSpro 7.2.1.2m. Patches are available
from SGI.
+** TFLOPS
+ Users of the Intel TFLOPS machine, after reading this file,
+ should see the INSTALL.ascired for more instructions.
+
** Windows/NT
The MicroSoft Win32 5.0 compiler is unable to cast unsigned
long long values to doubles. HDF5 works around this bug by
@@ -145,7 +148,7 @@ INSTALL.ascired for instructions.
$ CC=/usr/local/mpi/bin/mpicc ./configure
- On Irix64 the default compiler is `cc -64'. To use an
+ On Irix64 the default compiler is `cc'. To use an
alternate compiler specify it with the CC variable:
$ CC='cc -o32' ./configure