Skip to content

Commit

Permalink
PaRSEC release v3.0.2209
Browse files Browse the repository at this point in the history
Signed-off-by: Aurelien Bouteiller <[email protected]>
  • Loading branch information
abouteiller committed Sep 11, 2022
1 parent cc054bd commit 854aade
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ include(GNUInstallDirs)
set (PARSEC_VERSION_MAJOR 3)
set (PARSEC_VERSION_MINOR 0)
set (PARSEC_VERSION_RELEASE 0) # Devel master have no release number
set (PARSEC_VERSION_RELEASE 2012) # Set and uncomment for a release
set (PARSEC_VERSION_RELEASE 2209) # Set and uncomment for a release

# Set the following values for a release
set(GIT_COMMIT_TAG parsec-3.0.2012)
set(GIT_COMMIT_TAG parsec-${PARSEC_VERSION_MAJOR}.${PARSEC_VERSION_MINOR}.${PARSEC_VERSION_RELEASE})

# Configure the installation paths
set(PARSEC_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR})
Expand Down Expand Up @@ -1186,5 +1186,5 @@ foreach( pattern_file ${pattern_files} )
endforeach( pattern_file )
add_custom_target(build_with_parsec ALL DEPENDS ${pattern_files_dest})

message(WARNING "PaRSEC API 3.x is entering legacy mode! PaRSEC ${PARSEC_VERSION_MAJOR}.${PARSEC_VERSION_MINOR}.${PARSEC_VERSION_RELEASE} is the final version for API 3.x; there will be no further updates. You should consider upgrading to PaRSEC API 4.x.")
message(WARNING "PaRSEC API 3.x is entering legacy mode! PaRSEC ${PARSEC_VERSION_MAJOR}.${PARSEC_VERSION_MINOR}.${PARSEC_VERSION_RELEASE} is the final version for API 3.x; there will be only hotfix updates. You should consider upgrading to PaRSEC API 4.x for new features.")

5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Copyright (c) 2009-2020 The University of Tennessee and The University
This file contains the main features as well as overviews of specific
bug fixes (and other actions) for each version of PaRSEC since v1.1.0

v22.09
- PaRSEC API 3.0

- Fix PaRSEC not compiling with gcc 11

v20.12
- PaRSEC API 3.0

Expand Down

0 comments on commit 854aade

Please sign in to comment.