Releases: NLAFET/StarNEig
Releases · NLAFET/StarNEig
StarNEig 0.1 Beta 5
- Improve the performance of the Hessenberg reduction phase by limiting the number of submitted tasks. This should reduce the task scheduling overhead.
- Allocate pinned memory by default when CUDA support is enabled. Add
starneig_enable_pinning()
andstarneig_disable_pinning()
.
StarNEig 0.1 Beta 4
- Fix a problem where infinite eigenvalues were detected too late.
- Add an option to choose between the norm stable deflation condition (
STARNEIG_SCHUR_NORM_STABLE_THRESHOLD
) and the LAPACK style deflation condition (STARNEIG_SCHUR_LAPACK_THRESHOLD
).
StarNEig 0.1 Beta 3
- Re-implemented Hessenberg reduction.
StarNEig 0.1 Beta 2
- Fix an installation-related bug.
- Fix a MPI-related compile error.
- Remove unused code.
StarNEig 0.1 Beta 1
- First beta release of the library.