Skip to content

Commit

Permalink
Release 2.30.0 (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfalgout committed Nov 6, 2023
1 parent af8fba4 commit a601d70
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 112 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
# This file chronicles user-level changes, beginning with the most recent.
# =============================================================================

Version 2.30.0 released 2023/11/06

- Added FSAI support with CUDA and HIP
- Added MAGMA option to FSAI
- Added Binary I/O functions for IJ matrices and vectors
- Added a convergent l1-hybrid symmetric Gauss-Seidel smoother to BoomerAMG
- Added CUDA support to dense direct solver options in BoomerAMG and MGR
- Added SYCL support for triangular solves (enabling Gauss-Seidel, ILU, etc.)
and Chebyshev relaxation
- Improved MGR statistics and data printing
- Added CG options to ignore errors, and added a flexible CG version
- Added superlu_dist support on GPUs
- Various bug fixes

#====================================

Version 2.29.0 released 2023/06/22

- Added ILU support for AMD GPUs
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ else ()
endif ()

# The version number.
set(HYPRE_VERSION 2.29.0)
set(HYPRE_NUMBER 22900)
set(HYPRE_DATE 2023/06/22)
set(HYPRE_VERSION 2.30.0)
set(HYPRE_NUMBER 23000)
set(HYPRE_DATE 2023/11/06)
set(HYPRE_TIME 00:00:00)
set(HYPRE_BUGS https://github.com/hypre-space/hypre/issues)
set(HYPRE_SRCDIR "${PROJECT_SOURCE_DIR}")
Expand Down
6 changes: 3 additions & 3 deletions src/config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ 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.29.0])
m4_define([M4_HYPRE_NUMBER], [22900])
m4_define([M4_HYPRE_DATE], [2023/06/22])
m4_define([M4_HYPRE_VERSION], [2.30.0])
m4_define([M4_HYPRE_NUMBER], [23000])
m4_define([M4_HYPRE_DATE], [2023/11/06])
m4_define([M4_HYPRE_TIME], [00:00:00])
m4_define([M4_HYPRE_BUGS], [https://github.com/hypre-space/hypre/issues])
m4_define([M4_HYPRE_SRCDIR], [`pwd`])
Expand Down
4 changes: 2 additions & 2 deletions src/config/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

hypre_version="2.29.0"
hypre_reldate="2023/06/22"
hypre_version="2.30.0"
hypre_reldate="2023/11/06"

hypre_major=`echo $hypre_version | cut -d. -f 1`
hypre_minor=`echo $hypre_version | cut -d. -f 2`
Expand Down
24 changes: 12 additions & 12 deletions src/configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.in Id.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for hypre 2.29.0.
# Generated by GNU Autoconf 2.71 for hypre 2.30.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -612,8 +612,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='hypre'
PACKAGE_TARNAME='hypre'
PACKAGE_VERSION='2.29.0'
PACKAGE_STRING='hypre 2.29.0'
PACKAGE_VERSION='2.30.0'
PACKAGE_STRING='hypre 2.30.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1474,7 +1474,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.29.0 to adapt to many kinds of systems.
\`configure' configures hypre 2.30.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1540,7 +1540,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of hypre 2.29.0:";;
short | recursive ) echo "Configuration of hypre 2.30.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1907,7 +1907,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
hypre configure 2.29.0
hypre configure 2.30.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2252,7 +2252,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.29.0, which was
It was created by hypre $as_me 2.30.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3233,9 +3233,9 @@ ac_config_headers="$ac_config_headers HYPRE_config.h:config/HYPRE_config.h.in"


HYPRE_NAME="hypre"
HYPRE_VERSION="2.29.0"
HYPRE_NUMBER=22900
HYPRE_DATE="2023/06/22"
HYPRE_VERSION="2.30.0"
HYPRE_NUMBER=23000
HYPRE_DATE="2023/11/06"
HYPRE_TIME="00:00:00"
HYPRE_BUGS="https://github.com/hypre-space/hypre/issues"
HYPRE_SRCDIR="`pwd`"
Expand Down Expand Up @@ -11892,7 +11892,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.29.0, which was
This file was extended by hypre $as_me 2.30.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -11956,7 +11956,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
hypre config.status 2.29.0
hypre config.status 2.30.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion src/docs/ref-manual/conf.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = hypre
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.29.0
PROJECT_NUMBER = 2.30.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
Expand Down
6 changes: 3 additions & 3 deletions src/docs/usr-manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@
# built documents.
#
# The short X.Y version.
version = '2.29.0'
version = '2.30.0'
# The full version, including alpha/beta/rc tags.
release = '2.29.0'
release = '2.30.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'June 22, 2023'
today = 'November 06, 2023'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion src/krylov/HYPRE_krylov.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ HYPRE_Int HYPRE_PCGGetRelChange(HYPRE_Solver solver,
/**
**/
HYPRE_Int HYPRE_PCGGetSkipBreak(HYPRE_Solver solver,
HYPRE_Int *skip_break);
HYPRE_Int *skip_break);

/**
**/
Expand Down
4 changes: 2 additions & 2 deletions src/krylov/HYPRE_pcg.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,14 @@ HYPRE_PCGGetRecomputeResidualP( HYPRE_Solver solver,

HYPRE_Int
HYPRE_PCGSetSkipBreak( HYPRE_Solver solver,
HYPRE_Int skip_break )
HYPRE_Int skip_break )
{
return ( hypre_PCGSetSkipBreak( (void *) solver, skip_break ) );
}

HYPRE_Int
HYPRE_PCGGetSkipBreak( HYPRE_Solver solver,
HYPRE_Int *skip_break )
HYPRE_Int *skip_break )
{
return ( hypre_PCGGetSkipBreak( (void *) solver, skip_break ) );
}
Expand Down
Loading

0 comments on commit a601d70

Please sign in to comment.