From dceef5e34475fa1a7a540aeb5b4d08e196673619 Mon Sep 17 00:00:00 2001 From: Pieter Ghysels Date: Fri, 22 Jan 2021 13:49:37 -0800 Subject: [PATCH] New version 5.1.1, with changes in CMake script for HIP/ROCm --- CHANGELOG | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5841d53d..eb3ca265 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c6f14dc..c63e8f00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)