summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-06-01 19:25:58 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-06-01 19:25:58 (GMT)
commitb4a2d511b88a22a38225ffba8e3d6fa8cedc673a (patch)
tree172eb3555b443e6edaa1cac22c0983f677aa6cb4
parent4658ed08b1382430bf6ea73693db0bea17e7538f (diff)
downloadhdf5-b4a2d511b88a22a38225ffba8e3d6fa8cedc673a.zip
hdf5-b4a2d511b88a22a38225ffba8e3d6fa8cedc673a.tar.gz
hdf5-b4a2d511b88a22a38225ffba8e3d6fa8cedc673a.tar.bz2
[svn-r18934] Purpose:
Update RELEASE.txt with compiler information and known issues for NCSA Cobalt.
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0d36539..ffae3f5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -272,8 +272,8 @@ The following platforms and compilers have been tested for this release.
MPICH mpich2-1.0.8 compiled with
gcc 4.1.2 and GNU Fortran (GCC) 4.1.2
- Linux 2.6.16.54-0.2.5 #1 Intel(R) C++ Version 10.1.017
- SGI Altix SMP ia64 Intel(R) Fortran Itanium(R) Version 10.1.017
+ Linux 2.6.16.54-0.2.5 #1 Intel(R) C++ Version 11.0.074
+ SGI Altix SMP ia64 Intel(R) Fortran Itanium(R) Version 11.0.074
(cobalt) SGI MPI 1.38
SunOS 5.10 32- and 64-bit Sun C 5.9 SunOS_sparc Patch 124867-14
@@ -515,3 +515,11 @@ Known Problems
install to finish installing examples. The problem will be fixed in the
next release.
LRK - 2010/05/26
+
+* On cobalt, an SGI Altix SMP ia64 system, Intel compiler version 10.1 (which
+ is the default on that system) does not work properly, and results in
+ failures during make check (in a static build) and make installcheck (during
+ a shared build). This appears to be a compiler optimization problem.
+ Reducing optimization by setting CFLAGS to -O1 or below resolves the issue.
+ Alternatively, using a newer version of the compiler (11.0) also works as
+ intended. MAM - 2010/06/01