From 708f58b21597b3a6195d2f1d37f61d2e60e55380 Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Fri, 22 May 2020 14:13:04 -0700 Subject: [PATCH] Updates for new release 2.19.0 --- CHANGELOG | 12 ++++++++++++ src/CMakeLists.txt | 4 ++-- src/config/configure.in | 4 ++-- src/configure | 22 +++++++++++----------- src/docs/ref-manual/conf.doxygen | 2 +- src/docs/usr-manual/conf.py | 6 +++--- 6 files changed, 31 insertions(+), 19 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4633dc373..ec293e6c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,18 @@ # This file chronicles user-level changes, beginning with the most recent. # ============================================================================= +Version 2.19.0 released 2020/05/26 + +- Updated superlu-dist version to 6.3.1 +- Moved reference manual API to online documentation +- New AMG features to keep specified F-points and/or C-points. +- Added GPU support for AMG setup and several interpolation approaches. +- New ILU solvers and smoothers. +- New MGR features. +- Various bug fixes. + +#==================================== + Version 2.18.2 released 2019/10/28 - Fixed mixedint bugs. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 74619def0..25f96fa24 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,8 +12,8 @@ else() endif() # The version number. -set (HYPRE_VERSION 2.18.2) -set (HYPRE_DATE 2019/10/28) +set (HYPRE_VERSION 2.19.0) +set (HYPRE_DATE 2020/05/26) set (HYPRE_TIME 00:00:00) set (HYPRE_BUGS hypre-support@llnl.gov) set (HYPRE_SRCDIR "${PROJECT_SOURCE_DIR}") diff --git a/src/config/configure.in b/src/config/configure.in index 51bc5a931..78e5d6b4f 100644 --- a/src/config/configure.in +++ b/src/config/configure.in @@ -48,8 +48,8 @@ dnl * Set package information so it only has to be modified in one place dnl ********************************************************************* m4_define([M4_HYPRE_NAME], [hypre]) -m4_define([M4_HYPRE_VERSION], [2.18.2]) -m4_define([M4_HYPRE_DATE], [2019/10/28]) +m4_define([M4_HYPRE_VERSION], [2.19.0]) +m4_define([M4_HYPRE_DATE], [2020/05/26]) m4_define([M4_HYPRE_TIME], [00:00:00]) m4_define([M4_HYPRE_BUGS], [hypre-support@llnl.gov]) m4_define([M4_HYPRE_SRCDIR], [`pwd`]) diff --git a/src/configure b/src/configure index 872b19fb0..3af22d136 100755 --- a/src/configure +++ b/src/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Id. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for hypre 2.18.2. +# Generated by GNU Autoconf 2.69 for hypre 2.19.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -581,8 +581,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='hypre' PACKAGE_TARNAME='hypre' -PACKAGE_VERSION='2.18.2' -PACKAGE_STRING='hypre 2.18.2' +PACKAGE_VERSION='2.19.0' +PACKAGE_STRING='hypre 2.19.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1389,7 +1389,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures hypre 2.18.2 to adapt to many kinds of systems. +\`configure' configures hypre 2.19.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1454,7 +1454,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of hypre 2.18.2:";; + short | recursive ) echo "Configuration of hypre 2.19.0:";; esac cat <<\_ACEOF @@ -1732,7 +1732,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -hypre configure 2.18.2 +hypre configure 2.19.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2184,7 +2184,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by hypre $as_me 2.18.2, which was +It was created by hypre $as_me 2.19.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2570,8 +2570,8 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. HYPRE_NAME="hypre" -HYPRE_VERSION="2.18.2" -HYPRE_DATE="2019/10/28" +HYPRE_VERSION="2.19.0" +HYPRE_DATE="2020/05/26" HYPRE_TIME="00:00:00" HYPRE_BUGS="hypre-support@llnl.gov" HYPRE_SRCDIR="`pwd`" @@ -9429,7 +9429,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by hypre $as_me 2.18.2, which was +This file was extended by hypre $as_me 2.19.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9491,7 +9491,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -hypre config.status 2.18.2 +hypre config.status 2.19.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/src/docs/ref-manual/conf.doxygen b/src/docs/ref-manual/conf.doxygen index 74ecb6730..b842d9290 100644 --- a/src/docs/ref-manual/conf.doxygen +++ b/src/docs/ref-manual/conf.doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = hypre # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.18.2 +PROJECT_NUMBER = 2.19.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/docs/usr-manual/conf.py b/src/docs/usr-manual/conf.py index 38304bfa1..006a9c596 100644 --- a/src/docs/usr-manual/conf.py +++ b/src/docs/usr-manual/conf.py @@ -64,9 +64,9 @@ copyright = u'1998-2019 Lawrence Livermore National Security, LLC and other HYPR # built documents. # # The short X.Y version. -version = '2.18.2' +version = '2.19.0' # The full version, including alpha/beta/rc tags. -release = '2.18.2' +release = '2.19.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -74,7 +74,7 @@ release = '2.18.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -today = 'October 28, 2019' +today = 'May 26, 2020' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y'