Skip to content

Commit

Permalink
Version 7.0.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Oct 4, 2022
1 parent 586254b commit 03b592e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 7.0.0 Released Oct 2022
===============================
- 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.


Version 6.3.1 Released March 2022
=================================
- Fix for setting CUDA/HIP device when there are multiple,
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 6.3.1 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 7.0.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 03b592e

Please sign in to comment.