|
|
|
|
@ -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.
|
|
|
|
|
|