Skip to content

Commit

Permalink
V3.1.1 OpenMP support
Browse files Browse the repository at this point in the history
  • Loading branch information
ayzk committed Jan 27, 2022
1 parent be7a396 commit 72a88a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.13)
project(SZ3 VERSION 3.1.0.0)
project(SZ3 VERSION 3.1.1.0)
include(GNUInstallDirs)
include(CTest)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ Version New features
* SZ 3.0.0 SZ3 is the C++ version of SZ with modular and composable design.
* SZ 3.0.1 Improve the build process.
* SZ 3.0.2 Support point-wise relative error bound mode.
* SZ 3.1.0 The default algorithm is now interpolation+Lorenzo.
* SZ 3.1.0 The default algorithm is now interpolation+Lorenzo.
* SZ 3.1.1 Add OpenMP support. Works for all algorithms.
2 changes: 1 addition & 1 deletion include/SZ3/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*------ Version ------*/
#define SZ_VERSION_MAJOR 3
#define SZ_VERSION_MINOR 1
#define SZ_VERSION_RELEASE 0
#define SZ_VERSION_RELEASE 1

#define SZ_LIB_VERSION SZ_VERSION_MAJOR.SZ_VERSION_MINOR.SZ_VERSION_RELEASE
#define SZ_QUOTE(str) #str
Expand Down

0 comments on commit 72a88a4

Please sign in to comment.