Skip to content

STRUMPACK 6.2.0

Compare
Choose a tag to compare
@pghysels pghysels released this 03 Feb 17:24
· 656 commits to master since this release

Bugfix release, with some changes in the C interface.

  • Additions to the C interface for the sparse solver:
    . Solve with multiple RHS
    . Specify grid dimensions, stencil, for geometric ordering
    . Fix typo in GPU enabling routine
    . Set lossy precision
  • Bugfix in passing grid via options object
  • Bugfix in LOSSY/LOSSLESS compression using ZFP
  • Compilation fix for nvcc not finding MPI when the CXX/C
    compilers are set to the MPI wrappers
  • Fix Fortran module case in CMake when using CCE
  • Disable GPU if CUDA/HIP are not enabled