Releases: NLAFET/StarNEig
Releases · NLAFET/StarNEig
StarNEig 0.1.8
Changes since 0.1.7
The binary packages rely on mainstream StarPU packages and do not necessary provide full functionality.
StarNEig 0.1.7
Changes since 0.1.6
- Fix a compile error with GCC 10.
The binary packages rely on mainstream StarPU packages and do not necessary provide full functionality.
StarNEig 0.1.6
Changes since 0.1.5
- Minor improvements to the Hessenberg reduction step.
The binary packages rely on mainstream StarPU packages and do not necessary provide full functionality.
StarNEig 0.1.5
Changes since 0.1.4
- Disable OpenCL workers during initialization.
- Add
STARNEIG_USE_ALL
.
The binary packages rely on mainstream StarPU packages and do not necessary provide full functionality.
StarNEig 0.1.4
Changes since 0.1.3
The binary packages rely on mainstream StarPU packages and do not necessary provide full functionality.
StarNEig 0.1.3
Changes since 0.1.2
- Restore older Hessenberg reduction implementation from v0.1-beta2.
- Rename
aed_shift_count
parameter as shift_count
. Rename the default value STARNEIG_SCHUR_DEFAULT_AED_SHIFT_COUNT
as STARNEIG_SCHUR_DEFAULT_SHIFT_COUNT
.
- Improved performance models.
StarNEig 0.1.2
Changes since 0.1.1
- Improved performance models.
- Updates to the documentation.
- Rename
STARPU_LIBRARIES_BASE
and STARPU_LIBRARIES_MPI
environmental variables as STARPU_LIBRARIES
and STARPU_MPI_LIBRARIES
, respectively.
StarNEig 0.1.1
Changes since 0.1.0
- Fix a bug that may cause the code to hang in distributed memory Schur reduction.
StarNEig 0.1.0
- First stable release of the library.
StarNEig 0.1 Beta 6
- Fix
starneig_node_enable_pinning()
and starneig_node_disable_pinning()
functions.
- Built
pdgghrd
as a separate library.
- Deprecate several precompiler defines and interface functions. Add
<starneig/distr_helpers.h>
header file.