From 87a9197acc6868c9563629c7fbe1b3ebfce64347 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Mon, 3 Feb 2025 11:22:12 -0600 Subject: [PATCH] Corrected line in NEWSLETTER.txt for release page. Added 3 Fortran tests that would fail with cce/18.0.1 if they weren't skipped. Removed tests that are no longer failing. --- release_docs/NEWSLETTER.txt | 2 +- release_docs/RELEASE.txt | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/release_docs/NEWSLETTER.txt b/release_docs/NEWSLETTER.txt index 8b410d0f595..b4d1d6b8e3d 100644 --- a/release_docs/NEWSLETTER.txt +++ b/release_docs/NEWSLETTER.txt @@ -1,6 +1,6 @@ HDF5 version 1.14.6-1 currently under development -Features included for the next major release: +This is a maintenance release with a few changes and updates: ---------------------------------------------------------------------------- * Reverted a change to the library's handling of UTF-8 file names. A change was diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4e4ff085280..6165c1ae104 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -281,9 +281,13 @@ Platforms Tested Known Problems ============== - - HDF5 compiled with Cray/CCE 18.0.1 fails Fortran HL test HL_FORTRAN_f90_tstlite. + - HDF5 compiled with Cray/CCE 18.0.1 fails these Fortran tests: + FORTRAN_fortranlib_test_F03 + FORTRAN_testhdf5_fortran_1_8 + HL_FORTRAN_f90_tstlite + MPI_TEST_FORT_async_test - https://github.com/HDFGroup/hdf5/issues/5283 + See https://github.com/HDFGroup/hdf5/issues/5283 - When building with the NAG Fortran compiler using the Autotools and libtool 2.4.2 or earlier, the -shared flag will be missing '-Wl,', which will cause @@ -350,11 +354,6 @@ Known Problems - Several tests currently fail on certain platforms: MPI_TEST-t_bigio fails with spectrum-mpi on ppc64le platforms. - MPI_TEST-t_subfiling_vfd and MPI_TEST_EXAMPLES-ph5_subfiling fail with - cray-mpich on theta and with XL compilers on ppc64le platforms. - - MPI_TEST_testphdf5_tldsc fails with cray-mpich 7.7 on cori and theta. - - File space may not be released when overwriting or deleting certain nested variable length or reference types.