summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-02-12 18:30:11 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-02-12 18:30:11 (GMT)
commit8f7e37c9e4724faae26ec9d48b8e91a5c22c0165 (patch)
tree04fc0381b26542b1515bfe785029968a3c90f751 /release_docs
parent28476177376081e8a745085340fb67e9cf0679a8 (diff)
downloadhdf5-8f7e37c9e4724faae26ec9d48b8e91a5c22c0165.zip
hdf5-8f7e37c9e4724faae26ec9d48b8e91a5c22c0165.tar.gz
hdf5-8f7e37c9e4724faae26ec9d48b8e91a5c22c0165.tar.bz2
[svn-r8191] Purpose:
Updated with Teragrid cluster new entery. Added QSC long double -> double known problem. Removed gcc long long warning since we have added -wno-long-long to suppress it.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt24
1 files changed, 15 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f04d59e..a41b1bc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -231,6 +231,12 @@ Platforms Tested
IA-64 Linux 2.4.18 ia64 gcc version 3.0.4
Intel(R) C++ Version 7.0
Intel(R) Fortran Compiler Version 7.0
+
+ IA-64 Linux 2.4.21.SuSE_128.bef1 ia64
+ Intel(R) C++ Version 7.1
+ Intel(R) Fortran Compiler Version 7.1
+ mpich-gm-1.2.5..intel
+
Windows 2000 (NT5.0) MSVC++ 6.0
DEC Visual Fortran 6.0
Intel C and F90 compilers version 7.1
@@ -368,15 +374,6 @@ Known Problems
It is suggested that you don't use this option on these platforms
during configuration.
-* With the gcc 2.95.2 compiler, HDF 5 uses the `-ansi' flag during
- compilation. The ANSI version of the compiler complains about not being
- able to handle the `long long' datatype with the warning:
-
- warning: ANSI C does not support `long long'
-
- This warning is innocuous and can be safely ignored.
-
-
* The Stream VFD was not tested yet under Windows. It is not supported
in the TFLOPS machine.
@@ -425,6 +422,15 @@ Known Problems
* Information about building with PGI and Intel compilers is available in
INSTALL file sections 5.7 and 5.8
+* In LANL QSC, the new cc compiler has problems converting small values of
+ long long (absolute values less than 1**-308) to double. This triggers
+ the test/dtypes to report failure in the
+ Testing random sw long double -> double conversions
+ If -ieee is used, the converted doubles spread over the range 0.0 to 1**-308.
+ If -ieee is not used, the converted double values are mostly 0.0 but
+ occassionaly as 1**-308. This has been reported to the system staff.
+ All other tests have passed.
+
* On AIX 5.1 when 64-bit parallel C Library is built with zlib configured in,
compilation fails for H5Zdeflate.c. To bypass the problem, remove "const"
definition in front of H5Z_DEFLATE in H5Zpkg.h line 29.