Releases: eth-cscs/DLA-Future-Fortran
Releases · eth-cscs/DLA-Future-Fortran
DLA-Future-Fortran 0.5.0
Added
- Inverse computation using Cholesky factorization (
pspotri
, pdpotri
, pcpotri
, and pzpotri
) [PR #40]
DLA-Future-Fortran 0.4.0
Added
- Functionality to free all DLA-Future grids at once [PR #34]
DLA-Future-Fortran 0.3.0
Added
- Documentation with [Ford] [PR #8]
- Calculation of partial eigenspectrum [PR #26 | PR #28]
libs
property to Spack package [PR #25]
pkgconfig
as type=build
dependency to Spack package [PR #23]
DLA-Future-Fortran 0.2.0
Added
- Generalized eigensolver for an already factorized $\mathbf{B}$ matrix [PR #18]
Changed
- Name of the generalized eigenvalue solver from
*gvx
to *gvd
[PR #16]
Fixed
- Spack installation with
+test
variant by setting -DMPIEXEC_MAX_NUMPROCS=6
[PR #10]