Skip to content

Commit

Permalink
STRUMPACK v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed May 18, 2023
1 parent 9d8b35a commit 87b7d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 7.1.3 Released May 2023
===============================
- Workaround for SLATE bug in gemmA: disabling GPU off-loading in
triangular solve for SLATE <= 20220700

Version 7.1.2 Released May 2023
===============================
- Fix hang for small problems
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.2 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 7.1.3 LANGUAGES CXX C Fortran)
cmake_policy(SET CMP0074 NEW)

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

0 comments on commit 87b7d7b

Please sign in to comment.