diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-01-26 22:44:09 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-01-26 22:44:09 (GMT) |
commit | b91cb20c697ae58ca791ae3e1e191d59dc531039 (patch) | |
tree | b3c75cc68d37573912a1e58a97248cf01dcb38fa /release_docs | |
parent | f0e2fc6c62943887944e9a1e5ca732d5f6a71b6e (diff) | |
download | hdf5-b91cb20c697ae58ca791ae3e1e191d59dc531039.zip hdf5-b91cb20c697ae58ca791ae3e1e191d59dc531039.tar.gz hdf5-b91cb20c697ae58ca791ae3e1e191d59dc531039.tar.bz2 |
Add batch files with batch parameters specific to cori and ray.
Release.txt entry for skipping long double dt_arith tests on ppc64.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2dfcfc1..2af832b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -637,6 +637,15 @@ Bug Fixes since HDF5-1.10.2 release Testing ------- + - The dt_arith test failed on IBM Power8 and Power9 machines when testing + conversions from or to long double types, especially when special values + such as infinity or NAN were involved. In some cases the results differed + by extremely small amounts from those on other machines, while some other + tests resulted in segmentation faults. These conversion tests with long + double types have been disabled for ppc64 machines until the problems are + better understood and can be properly addressed. + + (SRL - 2019/01/07, TRILAB-98) Supported Platforms =================== |