Skip to content

Commit

Permalink
STRUMPACK v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed May 2, 2023
1 parent 627c989 commit 72d2236
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.2 Released May 2023
===============================
- Fix hang for small problems

Version 7.1.1 Released April 2023
=================================
- Compilation fix for ROCm
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.1 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 7.1.2 LANGUAGES CXX C Fortran)
cmake_policy(SET CMP0074 NEW)

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

0 comments on commit 72d2236

Please sign in to comment.