Skip to content

Commit

Permalink
New version 5.1.1, with changes in CMake script for HIP/ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jan 22, 2021
1 parent 06f03c9 commit dceef5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 5.1.1 Released January 22, 2021
=======================================
- Small change in the build script for using HIP/ROCm. See
example_build tulip for an example of how to build with HIP/ROCm
support


Version 5.1.0 Released January 21, 2021
=======================================
- Improvements in the distributed BLR code, this now works very
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.11)
project(STRUMPACK VERSION 5.1.0 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 5.1.1 LANGUAGES CXX C Fortran)


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

0 comments on commit dceef5e

Please sign in to comment.