Skip to content

Commit

Permalink
upadte version string
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Jul 6, 2022
1 parent 56eaafa commit 04612eb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.18.1 FATAL_ERROR)
#project(SuperLU_DIST C CXX CUDA)
project(SuperLU_DIST C CXX)
set(VERSION_MAJOR "8")
set(VERSION_MINOR "0")
set(VERSION_MINOR "1")
set(VERSION_BugFix "0")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BugFix})

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SuperLU_DIST (version 8.0.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.0) <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.0.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-80---)
* [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---)
* [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 All @@ -49,7 +49,7 @@ Table of Contents

Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)

# SuperLU_DIST (version 8.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) <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 Down Expand Up @@ -538,4 +538,5 @@ October 5, 2021 Version 7.1.0
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
```
5 changes: 3 additions & 2 deletions SRC/pdgstrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ at the top-level directory.
* -- Distributed SuperLU routine (version 6.1) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* October 15, 2008
* September 18, 2018 version 6.0
* February 8, 2019 version 6.1.1
* September 18, 2018 version 6.0
* February 8, 2019 version 6.1.1
* July 5, 2022 version 8.1.0 improved GPU U-solve
* </pre>
*/
#include <math.h>
Expand Down
8 changes: 4 additions & 4 deletions SRC/s_c2cpp_GetHWPM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ at the top-level directory.
* \brief Get heavy-weight perfect matching (HWPM).
*
* <pre>
* -- Distributed SuperLU routine (version 5.4) --
* -- Distributed SuperLU routine (version 8.1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* April 1, 2018
* Modified: April 2, 2020
* July 5, 2022
* Modified:
* </pre>
*/
#include <math.h>
#include "superlu_sdefs.h"
#include "superlu_ddefs.h"
//#include "dHWPM_CombBLAS.hpp"
//#include "dHWPM_CombBLAS.hpp" -- multiple definition

/*! \brief
*
Expand Down
1 change: 1 addition & 0 deletions SRC/superlu_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ at the top-level directory.
* 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
* </pre>
*/

Expand Down

0 comments on commit 04612eb

Please sign in to comment.