Skip to content

Commit

Permalink
7.1.0 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Apr 14, 2023
1 parent acf3579 commit 362cf03
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 7.1.0 Released April 2023
=================================
- Bugfix in matrix equilibration code
- Several bugfixes, especially for SLATE and large problems on GPU
- Sparse triangular solve on the GPU when using MAGMA
- Other MAGMA fixes for the sparse direct solver (MAGMA still optional)
- New HSS random sketching operators based on sparse Johnson Lindestrauss
- Fix for HODLRMatrix construction from elements, or blocks
- Compilation fixes for NVHPC compiler
- SYCL updates
- Add lapmr routines, which are not available in Mac LAPACK implementations
- Support newer ( >= 1.0) ZFP versions
- Fixes for clang 15
- Add NDBFS GPU matrix ordering code


Version 7.0.1 Released Oct 2022
===============================
- Require C++14 instead of 17
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.17)
project(STRUMPACK VERSION 7.0.1 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 7.1.0 LANGUAGES CXX C Fortran)
cmake_policy(SET CMP0074 NEW)

option(STRUMPACK_USE_MPI "Build with MPI support" ON)
Expand Down

0 comments on commit 362cf03

Please sign in to comment.