diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-05-23 14:58:10 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-05-23 14:58:10 (GMT) |
commit | f116c70ecc09792d3ea5ca85f738354d50a2e266 (patch) | |
tree | 5050095e506b71a976b09356a0cf04bbaee26f78 /release_docs/INSTALL | |
parent | 7c18c7292d33dd045431c019ec9b5525f99cbeb7 (diff) | |
download | hdf5-f116c70ecc09792d3ea5ca85f738354d50a2e266.zip hdf5-f116c70ecc09792d3ea5ca85f738354d50a2e266.tar.gz hdf5-f116c70ecc09792d3ea5ca85f738354d50a2e266.tar.bz2 |
[svn-r6917] Purpose:
Updated with new information of LANL Compaq Q.
Slight wording change about HDF5_PARAPREFIX.
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 4da6f86..ea38c14 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -80,11 +80,13 @@ situations that are known not to work, but it limits the hdf5 address space to 2GB. -2.2. DEC +2.2. COMPAQ/DEC The V5.2-038 compiler (and possibly others) occasionally generates incorrect code for memcpy() calls when optimizations are enabled, resulting in unaligned access faults. HDF5 works around the problem by casting the second argument to `char *'. + The fortran module (5.4.1a) fails in compiling some fortran + programs. Need to use 5.5.0 or more. 2.3. SGI (Irix64 6.2) The Mongoose 7.00 compiler has serious optimization bugs and |