Skip to content

Releases: xiaoyeli/superlu

v6.0.1

05 Aug 20:29
Compare
Choose a tag to compare

Minor updates:

  1. Doxygen cleanup
  2. Fix memory leak in ILU routines
  3. Clean up some f2c-ed files

What's Changed

Full Changelog: v6.0.0...v6.0.1

version 6.0.0

07 Apr 05:23
Compare
Choose a tag to compare
  1. Add 64-bit indexing support, with mixed int and int64_t types.
    Use cmake definition to install: -DXSDK_INDEX_SIZE=64
  2. Add METIS ordering option.
    In code, chose ColPerm option: options->ColPerm = METIS_ATA;
  3. add FORTRAN/CMakeLists.txt

version 5.3.0

30 Sep 01:29
Compare
Choose a tag to compare

Added a few new features.