From a4553b5021b7089b036f1edcfdd9457a7764d5a0 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Wed, 6 Sep 2023 14:27:58 -0700 Subject: [PATCH] Release/6.6.1 (#332) --- CHANGELOG.md | 2 +- CITATIONS.md | 12 ++--- CMakeLists.txt | 24 ++++----- README.md | 2 +- doc/arkode/guide/source/Introduction.rst | 2 +- doc/cvode/guide/source/Introduction.rst | 2 +- doc/cvodes/guide/source/Introduction.rst | 2 +- doc/ida/guide/source/Introduction.rst | 2 +- doc/idas/guide/source/Introduction.rst | 2 +- doc/kinsol/guide/source/Introduction.rst | 2 +- doc/shared/History.rst | 2 + doc/shared/sundials.bib | 24 ++++----- doc/shared/versions.py | 14 ++--- doc/sundials/biblio.bib | 24 ++++----- doc/sundials/ug.tex | 14 ++--- scripts/tarscript | 14 ++--- scripts/updateVersion.sh | 68 ++++++++++++++---------- src/arkode/README.md | 10 ++-- src/cvode/README.md | 10 ++-- src/cvodes/README.md | 10 ++-- src/ida/README.md | 10 ++-- src/idas/README.md | 10 ++-- src/kinsol/README.md | 10 ++-- 23 files changed, 143 insertions(+), 129 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce411b96d4..f246a840d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SUNDIALS Changelog -## Changes to SUNDIALS in release x.x.x +## Changes to SUNDIALS in release 6.6.1 Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/CITATIONS.md b/CITATIONS.md index d233f2f0ae..091e71c6f2 100644 --- a/CITATIONS.md +++ b/CITATIONS.md @@ -66,7 +66,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Daniel R. Reynolds and David J. Gardner and Carol S. Woodward and Cody J. Balos}, title = {User Documentation for ARKODE}, year = {2023}, - note = {v5.6.0} + note = {v5.6.1} } ``` @@ -75,7 +75,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for CVODE}, year = {2023}, - note = {v6.6.0} + note = {v6.6.1} } ``` @@ -84,7 +84,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for CVODES}, year = {2023}, - note = {v6.6.0} + note = {v6.6.1} } ``` @@ -93,7 +93,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for IDA}, year = {2023}, - note = {v6.6.0} + note = {v6.6.1} } ``` @@ -102,7 +102,7 @@ they are using rather than the combined SUNDIALS online guide: author = {Radu Serban and Cosmin Petra and Alan C. Hindmarsh and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for IDAS}, year = {2023}, - note = {v5.6.0} + note = {v5.6.1} } ``` @@ -111,6 +111,6 @@ they are using rather than the combined SUNDIALS online guide: author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, title = {User Documentation for KINSOL}, year = {2023}, - note = {v6.6.0} + note = {v6.6.1} } ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 927071e13c..7c937443af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ include(FindPackageHandleStandardArgs) # Set some variables with info on the SUNDIALS project set(PACKAGE_BUGREPORT "sundials-users@llnl.gov") set(PACKAGE_NAME "SUNDIALS") -set(PACKAGE_STRING "SUNDIALS 6.6.0") +set(PACKAGE_STRING "SUNDIALS 6.6.1") set(PACKAGE_TARNAME "sundials") # Set SUNDIALS version numbers @@ -52,7 +52,7 @@ message(STATUS "SUNDIALS_GIT_VERSION: ${SUNDIALS_GIT_VERSION}") # (use "" for the version label if none is needed) set(PACKAGE_VERSION_MAJOR "6") set(PACKAGE_VERSION_MINOR "6") -set(PACKAGE_VERSION_PATCH "0") +set(PACKAGE_VERSION_PATCH "1") set(PACKAGE_VERSION_LABEL "") if(PACKAGE_VERSION_LABEL) @@ -67,37 +67,37 @@ endif() # Specify the VERSION and SOVERSION for shared libraries -set(arkodelib_VERSION "5.6.0") +set(arkodelib_VERSION "5.6.1") set(arkodelib_SOVERSION "5") -set(cvodelib_VERSION "6.6.0") +set(cvodelib_VERSION "6.6.1") set(cvodelib_SOVERSION "6") -set(cvodeslib_VERSION "6.6.0") +set(cvodeslib_VERSION "6.6.1") set(cvodeslib_SOVERSION "6") -set(idalib_VERSION "6.6.0") +set(idalib_VERSION "6.6.1") set(idalib_SOVERSION "6") -set(idaslib_VERSION "5.6.0") +set(idaslib_VERSION "5.6.1") set(idaslib_SOVERSION "5") -set(kinsollib_VERSION "6.6.0") +set(kinsollib_VERSION "6.6.1") set(kinsollib_SOVERSION "6") set(cpodeslib_VERSION "0.0.0") set(cpodeslib_SOVERSION "0") -set(nveclib_VERSION "6.6.0") +set(nveclib_VERSION "6.6.1") set(nveclib_SOVERSION "6") -set(sunmatrixlib_VERSION "4.6.0") +set(sunmatrixlib_VERSION "4.6.1") set(sunmatrixlib_SOVERSION "4") -set(sunlinsollib_VERSION "4.6.0") +set(sunlinsollib_VERSION "4.6.1") set(sunlinsollib_SOVERSION "4") -set(sunnonlinsollib_VERSION "3.6.0") +set(sunnonlinsollib_VERSION "3.6.1") set(sunnonlinsollib_SOVERSION "3") set(sundialslib_VERSION diff --git a/README.md b/README.md index 351e0d946e..02922a3323 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers # -### Version 6.6.0 (Jul 2023) ### +### Version 6.6.1 (Sep 2023) ### **Center for Applied Scientific Computing, Lawrence Livermore National Laboratory** diff --git a/doc/arkode/guide/source/Introduction.rst b/doc/arkode/guide/source/Introduction.rst index f4984cfaf7..9bc832af85 100644 --- a/doc/arkode/guide/source/Introduction.rst +++ b/doc/arkode/guide/source/Introduction.rst @@ -130,7 +130,7 @@ provided with SUNDIALS, or again may utilize a user-supplied module. Changes from previous versions ============================== -Changes in vX.X.X +Changes in v5.6.1 ----------------- Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/doc/cvode/guide/source/Introduction.rst b/doc/cvode/guide/source/Introduction.rst index 59dc3f696b..ca4c41b3de 100644 --- a/doc/cvode/guide/source/Introduction.rst +++ b/doc/cvode/guide/source/Introduction.rst @@ -111,7 +111,7 @@ implementations. Changes from previous versions ============================== -Changes in vX.X.X +Changes in v6.6.1 ----------------- Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/doc/cvodes/guide/source/Introduction.rst b/doc/cvodes/guide/source/Introduction.rst index eec8b69980..1fde2952fb 100644 --- a/doc/cvodes/guide/source/Introduction.rst +++ b/doc/cvodes/guide/source/Introduction.rst @@ -111,7 +111,7 @@ Fortran. Changes from previous versions ============================== -Changes in vX.X.X +Changes in v6.6.1 ----------------- Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/doc/ida/guide/source/Introduction.rst b/doc/ida/guide/source/Introduction.rst index bd180be46b..9d18bd826a 100644 --- a/doc/ida/guide/source/Introduction.rst +++ b/doc/ida/guide/source/Introduction.rst @@ -72,7 +72,7 @@ systems. Changes from previous versions ============================== -Changes in vX.X.X +Changes in v6.6.1 ----------------- Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/doc/idas/guide/source/Introduction.rst b/doc/idas/guide/source/Introduction.rst index b2003ec7b6..ba71498036 100644 --- a/doc/idas/guide/source/Introduction.rst +++ b/doc/idas/guide/source/Introduction.rst @@ -86,7 +86,7 @@ integrate any final-condition ODE dependent on the solution of the original IVP Changes from previous versions ============================== -Changes in vX.X.X +Changes in v5.6.1 ----------------- Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/doc/kinsol/guide/source/Introduction.rst b/doc/kinsol/guide/source/Introduction.rst index b4384f4fe0..039eed6918 100644 --- a/doc/kinsol/guide/source/Introduction.rst +++ b/doc/kinsol/guide/source/Introduction.rst @@ -88,7 +88,7 @@ applications written in Fortran. Changes from previous versions ============================== -Changes in vX.X.X +Changes in v6.6.1 ----------------- Updated the Tpetra NVector interface to support Trilinos 14. diff --git a/doc/shared/History.rst b/doc/shared/History.rst index dad79d5327..d078d42e0b 100644 --- a/doc/shared/History.rst +++ b/doc/shared/History.rst @@ -21,6 +21,8 @@ Appendix: SUNDIALS Release History +----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+ | Date | SUNDIALS | ARKODE | CVODE | CVODES | IDA | IDAS | KINSOL | +==========+===================+===================+===================+===================+===================+===================+===================+ +| Sep 2023 | 6.6.1 | 5.6.1 | 6.6.1 | 6.6.1 | 6.6.1 | 5.6.1 | 6.6.1 | ++----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+ | Jul 2023 | 6.6.0 | 5.6.0 | 6.6.0 | 6.6.0 | 6.6.0 | 5.6.0 | 6.6.0 | +----------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+ | Mar 2023 | 6.5.1 | 5.5.1 | 6.5.1 | 6.5.1 | 6.5.1 | 5.5.1 | 6.5.1 | diff --git a/doc/shared/sundials.bib b/doc/shared/sundials.bib index 71e0c5e1e8..7972a7b814 100644 --- a/doc/shared/sundials.bib +++ b/doc/shared/sundials.bib @@ -27,7 +27,7 @@ % @techreport{arkode_ug, author = {Daniel R. Reynolds and David J. Gardner and Carol S. Woodward and Rujeko Chinomona and Cody J. Balos}, -title = {{User Documentation for ARKODE v5.6.0}}, +title = {{User Documentation for ARKODE v5.6.1}}, institution = {LLNL}, number = {LLNL-SM-668082}, year = 2023 @@ -37,7 +37,7 @@ @techreport{arkode_ug % @techreport{arkode_ex, author = {Daniel R. Reynolds}, -title = {{Example Programs for ARKODE v5.6.0}}, +title = {{Example Programs for ARKODE v5.6.1}}, institution = {Southern Methodist University}, year = 2023 } @@ -46,7 +46,7 @@ @techreport{arkode_ex % @techreport{cvode_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for CVODE v6.6.0}}, +title = {{User Documentation for CVODE v6.6.1}}, institution = {LLNL}, number = {UCRL-SM-208108}, year = 2023 @@ -56,7 +56,7 @@ @techreport{cvode_ug % @techreport{cvode_ex, author = {Alan C. Hindmarsh and Radu Serban}, -title = {{Example Programs for CVODE v6.6.0}}, +title = {{Example Programs for CVODE v6.6.1}}, institution = {LLNL}, note = {UCRL-SM-208110}, year = 2023 @@ -66,7 +66,7 @@ @techreport{cvode_ex % @techreport{cvodes_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for CVODES v6.6.0}}, +title = {{User Documentation for CVODES v6.6.1}}, institution = {LLNL}, note = {UCRL-SM-208111}, year = 2023 @@ -76,7 +76,7 @@ @techreport{cvodes_ug % @techreport{cvodes_ex, author = {Radu Serban and Alan C. Hindmarsh}, -title = {{Example Programs for CVODES v6.6.0}}, +title = {{Example Programs for CVODES v6.6.1}}, institution = {LLNL}, number = {UCRL-SM-208115}, year = 2023 @@ -86,7 +86,7 @@ @techreport{cvodes_ex % @techreport{ida_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for IDA v6.6.0}}, +title = {{User Documentation for IDA v6.6.1}}, institution = {LLNL}, number = {UCRL-SM-208112}, year = 2023 @@ -96,7 +96,7 @@ @techreport{ida_ug % @techreport{ida_ex, author = {Alan C. Hindmarsh and Radu Serban and Aaron Collier}, -title = {{Example Programs for IDA v6.6.0}}, +title = {{Example Programs for IDA v6.6.1}}, institution = {LLNL}, number = {UCRL-SM-208113}, year = 2023 @@ -106,7 +106,7 @@ @techreport{ida_ex % @techreport{idas_ug, author = {Radu Serban and Cosmin Petra and Alan C. Hindmarsh and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for IDAS v5.6.0}}, +title = {{User Documentation for IDAS v5.6.1}}, institution = {LLNL}, number = {UCRL-SM-234051}, year = 2023 @@ -116,7 +116,7 @@ @techreport{idas_ug % @techreport{idas_ex, author = {Radu Serban and Alan C. Hindmarsh}, -title = {{Example Programs for IDAS v5.6.0}}, +title = {{Example Programs for IDAS v5.6.1}}, institution = {LLNL}, number = {LLNL-TR-437091}, year = 2023 @@ -126,7 +126,7 @@ @techreport{idas_ex % @techreport{kinsol_ug, author = {Alan C. Hindmarsh and Radu Serban and Cody J. Balos and David J. Gardner and Daniel R. Reynolds and Carol S. Woodward}, -title = {{User Documentation for KINSOL v6.6.0}}, +title = {{User Documentation for KINSOL v6.6.1}}, institution = {LLNL}, number = {UCRL-SM-208116}, year = 2023 @@ -136,7 +136,7 @@ @techreport{kinsol_ug % @techreport{kinsol_ex, author = {Aaron M. Collier and Radu Serban}, -title = {{Example Programs for KINSOL v6.6.0}}, +title = {{Example Programs for KINSOL v6.6.1}}, institution = {LLNL}, number = {UCRL-SM-208114}, year = 2023 diff --git a/doc/shared/versions.py b/doc/shared/versions.py index f10b49c6b1..40927baf29 100644 --- a/doc/shared/versions.py +++ b/doc/shared/versions.py @@ -9,11 +9,11 @@ # SPDX-License-Identifier: BSD-3-Clause # SUNDIALS Copyright End # ---------------------------------------------------------------- -sundials_version = 'v6.6.0' -arkode_version = 'v5.6.0' -cvode_version = 'v6.6.0' -cvodes_version = 'v6.6.0' -ida_version = 'v6.6.0' -idas_version = 'v5.6.0' -kinsol_version = 'v6.6.0' +sundials_version = 'v6.6.1' +arkode_version = 'v5.6.1' +cvode_version = 'v6.6.1' +cvodes_version = 'v6.6.1' +ida_version = 'v6.6.1' +idas_version = 'v5.6.1' +kinsol_version = 'v6.6.1' year = '2023' diff --git a/doc/sundials/biblio.bib b/doc/sundials/biblio.bib index bd243035c5..7a5e653b7e 100644 --- a/doc/sundials/biblio.bib +++ b/doc/sundials/biblio.bib @@ -16,7 +16,7 @@ @techreport{arkode_ug, author={Daniel R. Reynolds and David J. Gardner and Alan C. Hindmarsh and Carol S. Woodward and Jean M. Sexton}, -title={{User Documentation for ARKODE v5.6.0}}, +title={{User Documentation for ARKODE v5.6.1}}, institution={LLNL}, number={LLNL-SM-668082}, year = 2023 @@ -26,7 +26,7 @@ @techreport{arkode_ug % @techreport{arkode_ex, author={Daniel R. Reynolds}, -title={{Example Programs for ARKODE v5.6.0}}, +title={{Example Programs for ARKODE v5.6.1}}, institution={Southern Methodist University}, year = 2023 } @@ -35,7 +35,7 @@ @techreport{arkode_ex % @techreport{cvode_ug, author={A. C. Hindmarsh and R. Serban}, -title={{User Documentation for CVODE v6.6.0}}, +title={{User Documentation for CVODE v6.6.1}}, institution={LLNL}, number={UCRL-SM-208108}, year = 2023 @@ -45,7 +45,7 @@ @techreport{cvode_ug % @techreport{cvode_ex, author={A. C. Hindmarsh and R. Serban and D. R. Reynolds}, -title={{Example Programs for CVODE v6.6.0}}, +title={{Example Programs for CVODE v6.6.1}}, institution={LLNL}, note={UCRL-SM-208110}, year = 2023 @@ -55,7 +55,7 @@ @techreport{cvode_ex % @techreport{cvodes_ug, author={A. C. Hindmarsh and R. Serban}, -title={{User Documentation for CVODES v6.6.0}}, +title={{User Documentation for CVODES v6.6.1}}, institution={LLNL}, note={UCRL-SM-208111}, year = 2023 @@ -65,7 +65,7 @@ @techreport{cvodes_ug % @techreport{cvodes_ex, author={R. Serban and A. C. Hindmarsh}, -title={{Example Programs for CVODES v6.6.0}}, +title={{Example Programs for CVODES v6.6.1}}, institution={LLNL}, number={UCRL-SM-208115}, year = 2023 @@ -75,7 +75,7 @@ @techreport{cvodes_ex % @techreport{ida_ug, author={A. C. Hindmarsh and R. Serban and A. Collier}, -title={{User Documentation for IDA v6.6.0}}, +title={{User Documentation for IDA v6.6.1}}, institution={LLNL}, number={UCRL-SM-208112}, year = 2023 @@ -85,7 +85,7 @@ @techreport{ida_ug % @techreport{ida_ex, author={A. C. Hindmarsh and R. Serban and A. Collier}, -title={{Example Programs for IDA v6.6.0}}, +title={{Example Programs for IDA v6.6.1}}, institution={LLNL}, number={UCRL-SM-208113}, year = 2023 @@ -95,7 +95,7 @@ @techreport{ida_ex % @techreport{idas_ug, author={R. Serban and C. Petra and A. C. Hindmarsh}, -title={{User Documentation for IDAS v5.6.0}}, +title={{User Documentation for IDAS v5.6.1}}, institution={LLNL}, number={UCRL-SM-234051}, year = 2023 @@ -105,7 +105,7 @@ @techreport{idas_ug % @techreport{idas_ex, author={R. Serban and A. C. Hindmarsh}, -title={{Example Programs for IDAS v5.6.0}}, +title={{Example Programs for IDAS v5.6.1}}, institution={LLNL}, number={LLNL-TR-437091}, year = 2023 @@ -115,7 +115,7 @@ @techreport{idas_ex % @techreport{kinsol_ug, author={A. M. Collier and A. C. Hindmarsh and R. Serban and C.S. Woodward}, -title={{User Documentation for KINSOL v6.6.0}}, +title={{User Documentation for KINSOL v6.6.1}}, institution={LLNL}, number={UCRL-SM-208116}, year = 2023 @@ -125,7 +125,7 @@ @techreport{kinsol_ug % @techreport{kinsol_ex, author={A. M. Collier and R. Serban}, -title={{Example Programs for KINSOL v6.6.0}}, +title={{Example Programs for KINSOL v6.6.1}}, institution={LLNL}, number={UCRL-SM-208114}, year = 2023 diff --git a/doc/sundials/ug.tex b/doc/sundials/ug.tex index ab6a0d1442..c2108f6103 100644 --- a/doc/sundials/ug.tex +++ b/doc/sundials/ug.tex @@ -59,29 +59,29 @@ %----- VERSIONS AND UCRL NUMBERS OF SUNDIALS CODES -\newcommand{\sunrelease}{v6.6.0} +\newcommand{\sunrelease}{v6.6.1} -\newcommand{\cvrelease}{v6.6.0} +\newcommand{\cvrelease}{v6.6.1} \newcommand{\cvucrlug}{UCRL-SM-208108} \newcommand{\cvucrlex}{UCRL-SM-208110} -\newcommand{\cvsrelease}{v6.6.0} +\newcommand{\cvsrelease}{v6.6.1} \newcommand{\cvsucrlug}{UCRL-SM-208111} \newcommand{\cvsucrlex}{UCRL-SM-208115} -\newcommand{\idarelease}{v6.6.0} +\newcommand{\idarelease}{v6.6.1} \newcommand{\idaucrlug}{UCRL-SM-208112} \newcommand{\idaucrlex}{UCRL-SM-208113} -\newcommand{\idasrelease}{v5.6.0} +\newcommand{\idasrelease}{v5.6.1} \newcommand{\idasucrlug}{UCRL-SM-234051} \newcommand{\idasucrlex}{LLNL-TR-437091} -\newcommand{\kinrelease}{v6.6.0} +\newcommand{\kinrelease}{v6.6.1} \newcommand{\kinucrlug}{UCRL-SM-208116} \newcommand{\kinucrlex}{UCRL-SM-208114} -\newcommand{\arkrelease}{v5.6.0} +\newcommand{\arkrelease}{v5.6.1} \newcommand{\arkucrlug}{LLNL-SM-668082} \newcommand{\arkucrlex}{????-??-??????} diff --git a/scripts/tarscript b/scripts/tarscript index 29994ca252..d0cfd79f78 100755 --- a/scripts/tarscript +++ b/scripts/tarscript @@ -56,13 +56,13 @@ function print_usage # VERSION NUMBERS #--------------------------------------------------------- -SUN_VER="6.6.0" -CV_VER="6.6.0" -CVS_VER="6.6.0" -IDA_VER="6.6.0" -IDAS_VER="5.6.0" -KIN_VER="6.6.0" -ARK_VER="5.6.0" +SUN_VER="6.6.1" +CV_VER="6.6.1" +CVS_VER="6.6.1" +IDA_VER="6.6.1" +IDAS_VER="5.6.1" +KIN_VER="6.6.1" +ARK_VER="5.6.1" #--------------------------------------------------------- # Test if the script is executed from within its directory diff --git a/scripts/updateVersion.sh b/scripts/updateVersion.sh index 77c6611b92..5d484f179d 100755 --- a/scripts/updateVersion.sh +++ b/scripts/updateVersion.sh @@ -20,7 +20,7 @@ # releases the label string is "". sun_major=${1:-6} sun_minor=${2:-6} -sun_patch=${3:-0} +sun_patch=${3:-1} sun_label=${4:-""} month=${5:-$(date +"%b")} year=${6:-$(date +"%Y")} @@ -352,37 +352,49 @@ sedi '23 a\ # Update CITATIONS.md fn="../CITATIONS.md" -sedi '64s/.*/\ \ year = {'${year}'},/' $fn -sedi '65s/.*/\ \ note = {v'${ark_ver}'}/' $fn -sedi '73s/.*/\ \ year = {'${year}'},/' $fn -sedi '74s/.*/\ \ note = {v'${cv_ver}'}/' $fn -sedi '82s/.*/\ \ year = {'${year}'},/' $fn -sedi '83s/.*/\ \ note = {v'${cvs_ver}'}/' $fn -sedi '91s/.*/\ \ year = {'${year}'},/' $fn -sedi '92s/.*/\ \ note = {v'${ida_ver}'}/' $fn -sedi '100s/.*/\ \ year = {'${year}'},/' $fn -sedi '101s/.*/\ \ note = {v'${idas_ver}'}/' $fn -sedi '109s/.*/\ \ year = {'${year}'},/' $fn -sedi '110s/.*/\ \ note = {v'${kin_ver}'}/' $fn - -# Update CHANGELOG and recent changes +sedi '68s/.*/\ \ year = {'${year}'},/' $fn +sedi '69s/.*/\ \ note = {v'${ark_ver}'}/' $fn +sedi '77s/.*/\ \ year = {'${year}'},/' $fn +sedi '78s/.*/\ \ note = {v'${cv_ver}'}/' $fn +sedi '86s/.*/\ \ year = {'${year}'},/' $fn +sedi '87s/.*/\ \ note = {v'${cvs_ver}'}/' $fn +sedi '95s/.*/\ \ year = {'${year}'},/' $fn +sedi '96s/.*/\ \ note = {v'${ida_ver}'}/' $fn +sedi '104s/.*/\ \ year = {'${year}'},/' $fn +sedi '105s/.*/\ \ note = {v'${idas_ver}'}/' $fn +sedi '113s/.*/\ \ year = {'${year}'},/' $fn +sedi '114s/.*/\ \ note = {v'${kin_ver}'}/' $fn + +# Update all occurrences of x.x.x and X.X.X to the current version number fn="../CHANGELOG.md" -sedi "s/x.x.x/${sun_ver}/" $fn +sedi "s/x.x.x/${sun_ver}/gI" $fn -fn="../doc/arkode/guide/source/Introduction.rst" -sedi "s/x.x.x/${ark_ver}/" $fn +for fn in $(grep -Iirl "x.x.x" ../doc/arkode/guide/source/*) +do + sedi "s/x.x.x/${ark_ver}/gI" $fn +done -fn="../doc/cvode/guide/source/Introduction.rst" -sedi "s/x.x.x/${cv_ver}/" $fn +for fn in $(grep -Iirl "x.x.x" ../doc/cvode/guide/source/*) +do + sedi "s/x.x.x/${cv_ver}/gI" $fn +done -fn="../doc/cvodes/guide/source/Introduction.rst" -sedi "s/x.x.x/${cvs_ver}/" $fn +for fn in $(grep -Iirl "x.x.x" ../doc/cvodes/guide/source/*) +do + sedi "s/x.x.x/${cvs_ver}/gI" $fn +done -fn="../doc/ida/guide/source/Introduction.rst" -sedi "s/x.x.x/${ida_ver}/" $fn +for fn in $(grep -Iirl "x.x.x" ../doc/ida/guide/source/*) +do + sedi "s/x.x.x/${ida_ver}/gI" $fn +done -fn="../doc/idas/guide/source/Introduction.rst" -sedi "s/x.x.x/${idas_ver}/" $fn +for fn in $(grep -Iirl "x.x.x" ../doc/idas/guide/source/*) +do + sedi "s/x.x.x/${idas_ver}/gI" $fn +done -fn="../doc/kinsol/guide/source/Introduction.rst" -sedi "s/x.x.x/${kin_ver}/" $fn +for fn in $(grep -Iirl "x.x.x" ../doc/kinsol/guide/source/*) +do + sedi "s/x.x.x/${kin_ver}/gI" $fn +done diff --git a/src/arkode/README.md b/src/arkode/README.md index e831949f4d..9e8be1dcd4 100644 --- a/src/arkode/README.md +++ b/src/arkode/README.md @@ -1,5 +1,5 @@ # ARKODE -### Version 5.6.0 (Jul 2023) +### Version 5.6.1 (Sep 2023) **Daniel R. Reynolds, Department of Mathematics, SMU** @@ -44,8 +44,8 @@ the "SUNDIALS Release History" appendix of the ARKODE User Guide. ## References * D. R. Reynolds, D. J. Gardner, C. S. Woodward, and C. J. Balos, - "User Documentation for ARKODE v5.6.0," LLNL technical report - LLNL-SM-668082, Jul 2023. + "User Documentation for ARKODE v5.6.1," LLNL technical report + LLNL-SM-668082, Sep 2023. -* D. R. Reynolds, "Example Programs for ARKODE v5.6.0," Technical Report, - Southern Methodist University Center for Scientific Computation, Jul 2023. +* D. R. Reynolds, "Example Programs for ARKODE v5.6.1," Technical Report, + Southern Methodist University Center for Scientific Computation, Sep 2023. diff --git a/src/cvode/README.md b/src/cvode/README.md index bf655405ec..cf77e62b01 100644 --- a/src/cvode/README.md +++ b/src/cvode/README.md @@ -1,5 +1,5 @@ # CVODE -### Version 6.6.0 (Jul 2023) +### Version 6.6.1 (Sep 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -47,11 +47,11 @@ the "SUNDIALS Release History" appendix of the CVODE User Guide. ## References * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds - and C. S. Woodward, "User Documentation for CVODE v6.6.0," - LLNL technical report UCRL-SM-208108, Jul 2023. + and C. S. Woodward, "User Documentation for CVODE v6.6.1," + LLNL technical report UCRL-SM-208108, Sep 2023. -* A. C. Hindmarsh and R. Serban, "Example Programs for CVODE v6.6.0," - LLNL technical report UCRL-SM-208110, Jul 2023. +* A. C. Hindmarsh and R. Serban, "Example Programs for CVODE v6.6.1," + LLNL technical report UCRL-SM-208110, Sep 2023. * S.D. Cohen and A.C. Hindmarsh, "CVODE, a Stiff/nonstiff ODE Solver in C," Computers in Physics, 10(2), pp. 138-143, 1996. diff --git a/src/cvodes/README.md b/src/cvodes/README.md index 36d6f7ce60..a3f736233d 100644 --- a/src/cvodes/README.md +++ b/src/cvodes/README.md @@ -1,5 +1,5 @@ # CVODES -### Version 6.6.0 (Jul 2023) +### Version 6.6.1 (Sep 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -44,11 +44,11 @@ the "SUNDIALS Release History" appendix of the CVODES User Guide. ## References * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds - and C. S. Woodward, "User Documentation for CVODES v6.6.0," - LLNL technical report UCRL-SM-208111, Jul 2023. + and C. S. Woodward, "User Documentation for CVODES v6.6.1," + LLNL technical report UCRL-SM-208111, Sep 2023. -* A. C. Hindmarsh and R. Serban, "Example Programs for CVODES v6.6.0," - LLNL technical report UCRL-SM-208115, Jul 2023. +* A. C. Hindmarsh and R. Serban, "Example Programs for CVODES v6.6.1," + LLNL technical report UCRL-SM-208115, Sep 2023. * R. Serban and A. C. Hindmarsh, "CVODES: the Sensitivity-Enabled ODE solver in SUNDIALS," Proceedings of IDETC/CIE 2005, Sept. 2005, diff --git a/src/ida/README.md b/src/ida/README.md index 4d8cf78edd..bc4ac0569c 100644 --- a/src/ida/README.md +++ b/src/ida/README.md @@ -1,5 +1,5 @@ # IDA -### Version 6.6.0 (Jul 2023) +### Version 6.6.1 (Sep 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -47,11 +47,11 @@ the "SUNDIALS Release History" appendix of the IDA User Guide. ## References * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds - and C. S. Woodward, "User Documentation for IDA v6.6.0," - LLNL technical report UCRL-SM-208112, Jul 2023. + and C. S. Woodward, "User Documentation for IDA v6.6.1," + LLNL technical report UCRL-SM-208112, Sep 2023. -* A. C. Hindmarsh, R. Serban, and A. Collier, "Example Programs for IDA v6.6.0," - LLNL technical report UCRL-SM-208113, Jul 2023. +* A. C. Hindmarsh, R. Serban, and A. Collier, "Example Programs for IDA v6.6.1," + LLNL technical report UCRL-SM-208113, Sep 2023. * A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS, Suite of Nonlinear and diff --git a/src/idas/README.md b/src/idas/README.md index f95a7624c2..0f2653d892 100644 --- a/src/idas/README.md +++ b/src/idas/README.md @@ -1,5 +1,5 @@ # IDAS -### Version 5.6.0 (Jul 2023) +### Version 5.6.1 (Sep 2023) **Radu Serban, Cosmin Petra, Alan C. Hindmarsh, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -43,11 +43,11 @@ the "SUNDIALS Release History" appendix of the IDAS User Guide. ## References * R. Serban, C. Petra, A. C. Hindmarsh, C. J. Balos, D. J. Gardner, - D. R. Reynolds and C. S. Woodward, "User Documentation for IDAS v5.6.0," - LLNL technical report UCRL-SM-234051, Jul 2023. + D. R. Reynolds and C. S. Woodward, "User Documentation for IDAS v5.6.1," + LLNL technical report UCRL-SM-234051, Sep 2023. -* R. Serban and A.C. Hindmarsh, "Example Programs for IDAS v5.6.0," - LLNL technical report LLNL-TR-437091, Jul 2023. +* R. Serban and A.C. Hindmarsh, "Example Programs for IDAS v5.6.1," + LLNL technical report LLNL-TR-437091, Sep 2023. * A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS, Suite of Nonlinear and diff --git a/src/kinsol/README.md b/src/kinsol/README.md index d9e4cb9fcd..5aa01a924e 100644 --- a/src/kinsol/README.md +++ b/src/kinsol/README.md @@ -1,5 +1,5 @@ # KINSOL -### Version 6.6.0 (Jul 2023) +### Version 6.6.1 (Sep 2023) **Alan C. Hindmarsh, Radu Serban, Cody J. Balos, David J. Gardner, and Carol S. Woodward, Center for Applied Scientific Computing, LLNL** @@ -48,11 +48,11 @@ the "SUNDIALS Release History" appendix of the KINSOL User Guide. * A. C. Hindmarsh, R. Serban, C. J. Balos, D. J. Gardner, D. R. Reynolds and C. S. Woodward, - "User Documentation for KINSOL v6.6.0," LLNL technical report - UCRL-SM-208116, Jul 2023. + "User Documentation for KINSOL v6.6.1," LLNL technical report + UCRL-SM-208116, Sep 2023. -* A. M. Collier and R. Serban, "Example Programs for KINSOL v6.6.0," - LLNL technical report UCRL-SM-208114, Jul 2023. +* A. M. Collier and R. Serban, "Example Programs for KINSOL v6.6.1," + LLNL technical report UCRL-SM-208114, Sep 2023. * A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS, Suite of Nonlinear and