summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-11-25 23:20:16 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-11-25 23:20:16 (GMT)
commitec672d4908828be2a61c5cfc5fa89cd5b6207a33 (patch)
tree73c1fa67bffa26a9c01a6366d674fc080251820e /release_docs/RELEASE.txt
parent13feb98bb1d9652b9baec0e9341e98aaa5bb9a8b (diff)
downloadhdf5-ec672d4908828be2a61c5cfc5fa89cd5b6207a33.zip
hdf5-ec672d4908828be2a61c5cfc5fa89cd5b6207a33.tar.gz
hdf5-ec672d4908828be2a61c5cfc5fa89cd5b6207a33.tar.bz2
[svn-r25850] INSTALL_parallel already has a known issues section for Hopper.
I moved all hopper known problems from RELEASE.txt to INSTALL_parallel so that they are all in one place.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7ca6c28..39316df 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -359,13 +359,6 @@ Known Problems
* Make provided by Solaris fails in "make check". Solaris users should use
gmake to build and install the HDF5 software. (AKC - 2013/10/08 - HDFFV-8534)
-* When building using the Cray compilers on Cray machines, HDF5
- configure mistakenly thinks the compiler is an intel compiler and
- sets the -std=c99 flag which breaks configure on Cray. To build HDF5
- properly on a Cray machine, please consult with the instructions in
- INSTALL_parallel for building on Hopper.
- (MSC - 2013/04/26 - HDFFV-8429)
-
* The h5dump and h5diff utilities occasionally produce different output
between Linux and Windows systems. This is caused by lower-level library
routines that fail to write fill values to the user's buffer when reading
@@ -410,13 +403,6 @@ Known Problems
not via the test script.
(AKC - 2012/05/03)
-* On hopper, the build failed when RUNSERIAL and RUNPARALLEL are set
- to aprun -np X, because the H5lib_settings.c file was not generated
- properly. Not setting those environment variables works, because
- configure was able to automatically detect that it's a Cray system
- and used the proper launch commands when necessary.
- (MSC - 2012/04/18)
-
* The data conversion test dt_arith.c fails in "long double" to integer
conversion on Ubuntu 11.10 (3.0.0.13 kernel) with GCC 4.6.1 if the library
is built with optimization -O3 or -O2. The older GCC (4.5) or newer kernal