Skip to content

Commit

Permalink
Updates for version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Oct 27, 2021
1 parent 70fee24 commit d00fb11
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 6.1.0 Released October 2021
===================================
- Change default BLR blocksize, and in the BLR preconditioner use
right-looking algorithm as the default. This has higher peak
memory usage, but is much faster and more robust.
- Fixes in printing of compression statistics.
- Always build the test when doing 'make', you no longer have to
run 'make tests'.
- Setup CI at github and gitlab, remove Travis testing.


Version 6.0.0 Released September 2021
=====================================
- Block Low-Rank compression is now supported in the sparse
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 6.0.0 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 6.1.0 LANGUAGES CXX C Fortran)


option(STRUMPACK_USE_MPI "Build with MPI support" ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the U.S. Dept. of Energy). All rights reserved.
## Documentation & Installation instructions
[http://portal.nersc.gov/project/sparse/strumpack/master/](http://portal.nersc.gov/project/sparse/strumpack/master/)

[http://portal.nersc.gov/project/sparse/strumpack/v6.0.0/](http://portal.nersc.gov/project/sparse/strumpack/v6.0.0/)
[http://portal.nersc.gov/project/sparse/strumpack/v6.1.0/](http://portal.nersc.gov/project/sparse/strumpack/v6.1.0/)


## Website
Expand Down

0 comments on commit d00fb11

Please sign in to comment.