Skip to content

STRUMPACK 7.0.0

Compare
Choose a tag to compare
@pghysels pghysels released this 04 Oct 23:49
· 419 commits to master since this release
  • Many bugfixes and general improvements.
  • Important fixes in the GPU code, and in the usage of SLATE
    (GPU capable ScaLAPACK replacement).
  • The default ordering now uses METIS_NodeND, instead of the
    (undocumented) METIS_NodeNDP routine. This can impact performance,
    or for some problems lead to stack overflow, but for others it
    drastically reduces memory usage. The old behavior can be restored
    with --sp_enable_METIS_NodeNDP.