Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Aug 16, 2023
1 parent d9cc43e commit 35e93d3
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.1.4 Released Aug 2023
===============================
- Memory leak fix from MPI_Datatypes
- Set RPATH in strumpack library
- Add counting of subnormal number in the sparse factors
- Changes in the BLR compression tolerances in the sparse solver,
using a scaled absolute tolerance
- Fixes in the sparse solver using MAGMA, resetting error codes
which show up in larger systems, but are not actually errors.
- Set SOVERSION
- Update CMake for HIP, using enable_language(HIP), requires CMake 3.21

Version 7.1.3 Released May 2023
===============================
- Workaround for SLATE bug in gemmA: disabling GPU off-loading in
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.21)
project(STRUMPACK VERSION 7.1.3 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 7.1.4 LANGUAGES CXX C Fortran)
cmake_policy(SET CMP0074 NEW)

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

0 comments on commit 35e93d3

Please sign in to comment.