Skip to content

Commit

Permalink
Update to version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Sep 30, 2021
1 parent 4b31b4e commit 5bcd1f5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 6.0.0 Released September 2021
=====================================
- Block Low-Rank compression is now supported in the sparse
solver, resulting in an efficient, scalable and robust
precoditioner.
- Improved GPU performance for the sparse direct solver
- Add the StructuredMatrix class, for a general interface to
different rank structured formats. This also comes with a C and a
Fortran interface.
- Several performance improvements


Version 5.1.1 Released January 22, 2021
=======================================
- Small change in the build script for using HIP/ROCm. See
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.1 LANGUAGES CXX C Fortran)
project(STRUMPACK VERSION 6.0.0 LANGUAGES CXX C Fortran)


option(STRUMPACK_USE_MPI "Build with MPI support" ON)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# STRUMPACK
STRUMPACK -- STRUctured Matrix PACKage, Copyright (c) 2014-2020, The
STRUMPACK -- STRUctured Matrix PACKage, Copyright (c) 2014-2021, The
Regents of the University of California, through Lawrence Berkeley
National Laboratory (subject to receipt of any required approvals from
the U.S. Dept. of Energy). All rights reserved.

[![Build Status](https://www.travis-ci.com/pghysels/STRUMPACK.svg?branch=master)](https://www.travis-ci.com/pghysels/STRUMPACK)
[comment]: <> ([![Build Status](https://www.travis-ci.com/pghysels/STRUMPACK.svg?branch=master)](https://www.travis-ci.com/pghysels/STRUMPACK))

## 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/v5.1.0/](http://portal.nersc.gov/project/sparse/strumpack/v5.1.0/)
[http://portal.nersc.gov/project/sparse/strumpack/v6.0.0/](http://portal.nersc.gov/project/sparse/strumpack/v6.0.0/)


## Website
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/pages/Installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export METIS_DIR=`pwd`/install
libraries in the default locations. Additionally, one can specify
the CUDAToolkit_ROOT path to the CUDA libraries:
\code {.bash}
> cmake ../ -DSTRUMPACK_USE_CUDA=ON -DCUDAToolkit_ROOT=/some/path
> cmake ../ -DSTRUMPACK_USE_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="75" -DCUDAToolkit_ROOT=/some/path
\endcode
or
\code {.bash}
Expand Down

0 comments on commit 5bcd1f5

Please sign in to comment.