diff options
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 24 |
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. |