Skip to content

Commit

Permalink
STRUMPACK v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Apr 19, 2023
1 parent de936d8 commit a97373b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 7.1.1 Released April 2023
=================================
- Compilation fix for ROCm

Version 7.1.0 Released April 2023
=================================
- Bugfix in matrix equilibration code
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.1.0 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 7.1.1 LANGUAGES CXX C Fortran)
cmake_policy(SET CMP0074 NEW)

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

0 comments on commit a97373b

Please sign in to comment.