Skip to content

Commit

Permalink
Merge Pull Request #12526 from sebrowne/Trilinos/trilinos-15-version-…
Browse files Browse the repository at this point in the history
…update

Automatically Merged using Trilinos Pull Request AutoTester rel 15.0
PR Title: b'Framework: Trilinos 15 version update'
PR Author: sebrowne
  • Loading branch information
trilinos-autotester authored Nov 16, 2023
2 parents 58b8b78 + d9a41b8 commit 3703c19
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
35 changes: 35 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ Belos
- Improved testing with Tpetra


Domi

- Package has been deprecated and removed from Trilinos


FEI

- Package has been deprecated and removed from Trilinos


Ifpack2

- 4th kind Chebyshev smoother
Expand All @@ -73,6 +83,16 @@ Ifpack2
- Patch solver with data compression


Komplex

- Package has been deprecated and removed from Trilinos


Moertel

- Package has been deprecated and removed from Trilinos


MueLu

- Better ML/MueLu compatibility (parameter translation, aggregation
Expand All @@ -91,6 +111,16 @@ NOX
Tempus transient problem (Tpetra version)


Pike

- Package has been deprecated and removed from Trilinos


Rythmos

- Package has been deprecated and removed from Trilinos


ShyLU

- FastILU algorithmic improvements and testing, new block version
Expand All @@ -111,6 +141,11 @@ Teko
- Epetra dependency is now optional


TriKota

- Package has been deprecated and removed from Trilinos


###############################################################################
# #
# Trilinos Release 14.2 Release Notes #
Expand Down
10 changes: 5 additions & 5 deletions Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
# for release mode and set the version.
#

SET(Trilinos_VERSION 14.5)
SET(Trilinos_MAJOR_VERSION 14)
SET(Trilinos_MAJOR_MINOR_VERSION 140500)
SET(Trilinos_VERSION_STRING "14.5 (Dev)")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
SET(Trilinos_VERSION 15.0)
SET(Trilinos_MAJOR_VERSION 15)
SET(Trilinos_MAJOR_MINOR_VERSION 150000)
SET(Trilinos_VERSION_STRING "15.0")
SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT OFF) # Change to 'OFF' for a release

# Used by testing scripts and should not be used elsewhere
SET(Trilinos_REPOSITORY_BRANCH "develop" CACHE INTERNAL "")
Expand Down

0 comments on commit 3703c19

Please sign in to comment.