From 82666d517ad9393dfac413a8c3aeb9c147e88e08 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Fri, 14 Nov 2025 11:40:47 +0100 Subject: [PATCH] Update release news --- ReleaseNews | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReleaseNews b/ReleaseNews index e1d7a2b8..cf60dc52 100644 --- a/ReleaseNews +++ b/ReleaseNews @@ -2,10 +2,13 @@ WHAT'S NEW Version 3.9 1. PSBLAS3-EXT has been folded into the main library 2. Renamed GPU into CUDA. - 3. Highly experimental OpenACC support. + 3. Highly experimental OpenACC support. Requires a Fortran compiler which + supports SUBMODULES, e.g GNU Fortran version 12 or later 4. The iterative solvers are now defined in psb_linsolve_mod and implemented in libpsb_linsolve.a; existing code using - Krylov methods will work with no changes. + Krylov methods will work with no changes. + 5. In the linsolve directory we now have an interface for + Richardson interations Version 3.8.0-2 1. CTXT is now an opaque object.