Skip to content

Releases: NLAFET/StarNEig

StarNEig 0.1 Beta 5

02 Apr 14:02
Compare
Choose a tag to compare
StarNEig 0.1 Beta 5 Pre-release
Pre-release
  • 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() and starneig_disable_pinning().

StarNEig 0.1 Beta 4

18 Nov 17:00
Compare
Choose a tag to compare
StarNEig 0.1 Beta 4 Pre-release
Pre-release
  • 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

23 Sep 08:36
Compare
Choose a tag to compare
StarNEig 0.1 Beta 3 Pre-release
Pre-release
  • Re-implemented Hessenberg reduction.

StarNEig 0.1 Beta 2

28 Apr 14:16
a52aaa5
Compare
Choose a tag to compare
StarNEig 0.1 Beta 2 Pre-release
Pre-release
  • Fix an installation-related bug.
  • Fix a MPI-related compile error.
  • Remove unused code.

StarNEig 0.1 Beta 1

27 Apr 20:14
Compare
Choose a tag to compare
StarNEig 0.1 Beta 1 Pre-release
Pre-release
  • First beta release of the library.