Skip to content

Commit

Permalink
Prepare v8.1.1 release: update version number, doxygen files
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Oct 1, 2022
1 parent e352ecf commit e55f0d7
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 130 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.18.1 FATAL_ERROR)
project(SuperLU_DIST C CXX)
set(VERSION_MAJOR "8")
set(VERSION_MINOR "1")
set(VERSION_BugFix "0")
set(VERSION_BugFix "1")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BugFix})

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SuperLU_DIST (version 8.1.0) <img align=center width="55" alt="superlu" src="https://user-images.githubusercontent.com/11741943/103982988-5a9a9d00-5139-11eb-9ac4-a55e80a79f8d.png">
# SuperLU_DIST (version 8.1.1) <img align=center width="55" alt="superlu" src="https://user-images.githubusercontent.com/11741943/103982988-5a9a9d00-5139-11eb-9ac4-a55e80a79f8d.png">

[![Build Status](https://travis-ci.org/xiaoyeli/superlu_dist.svg?branch=master)](https://travis-ci.org/xiaoyeli/superlu_dist)
[Nightly tests](http://my.cdash.org/index.php?project=superlu_dist)
Expand All @@ -24,7 +24,7 @@ acceleration capabilities.
Table of Contents
=================

* [SuperLU_DIST (version 8.1.0) <a href="https://user-images.githubusercontent.com/11741943/103982988-5a9a9d00-5139-11eb-9ac4-a55e80a79f8d.png" target="_blank" rel="nofollow"><img align="center" width="55" alt="superlu" src="https://user-images.githubusercontent.com/11741943/103982988-5a9a9d00-5139-11eb-9ac4-a55e80a79f8d.png" style="max-width:100%;"></a>](#superlu_dist-version-81---)
* [SuperLU_DIST (version 8.1.1) <a href="https://user-images.githubusercontent.com/11741943/103982988-5a9a9d00-5139-11eb-9ac4-a55e80a79f8d.png" target="_blank" rel="nofollow"><img align="center" width="55" alt="superlu" src="https://user-images.githubusercontent.com/11741943/103982988-5a9a9d00-5139-11eb-9ac4-a55e80a79f8d.png" style="max-width:100%;"></a>](#superlu_dist-version-81---)
* [Directory structure of the source code](#directory-structure-of-the-source-code)
* [Installation](#installation)
* [Installation option 1: Using CMake build system.](#installation-option-1-using-cmake-build-system)
Expand Down Expand Up @@ -497,14 +497,15 @@ on bipartite graphs", SIAM J. Sci. Comput., Vol. 42, No. 4, pp. C143-C168, 2020.

**Xiaoye S. Li**, Lawrence Berkeley National Lab, [[email protected]]([email protected])
**Gustavo Chavez**, Lawrence Berkeley National Lab, [[email protected]]([email protected])
**Jim Demmel**, UC Berkeley, [[email protected]]([email protected])
**Nan Ding**, Lawrence Berkeley National Lab, [[email protected]]([email protected])
**John Gilbert**, UC Santa Barbara, [[email protected]]([email protected])
**Laura Grigori**, INRIA, France, [[email protected]]([email protected])
**Paul Lin**, Lawrence Berkeley National Lab, [[email protected]]([email protected])
**Yang Liu**, Lawrence Berkeley National Lab, [[email protected]]([email protected])
**Piyush Sao**, Georgia Institute of Technology, [[email protected]]([email protected])
**Meiyue Shao**, Lawrence Berkeley National Lab, [[email protected]]([email protected])
**Ichitaro Yamazaki**, Univ. of Tennessee, [[email protected]]([email protected])
**Jim Demmel**, UC Berkeley, [[email protected]]([email protected])
**John Gilbert**, UC Santa Barbara, [[email protected]]([email protected])


# RELEASE VERSIONS
Expand Down Expand Up @@ -539,4 +540,5 @@ October 18, 2021 Version 7.1.1
December 12, 2021 Version 7.2.0
May 22, 2022 Version 8.0.0
July 5, 2022 Version 8.1.0
October 1, 2022 Version 8.1.1
```
Loading

0 comments on commit e55f0d7

Please sign in to comment.