Skip to content

Commit

Permalink
Update version of hypre to be 2.30 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Jan 22, 2024
1 parent 84f9bb6 commit 37d094d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/sphinx/02_amg/amg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Purpose
=======

The AMG2023 benchmark consists of a driver (amg.c), a simple Makefile, and documentation. It is available at https://github.com/LLNL/AMG2023 .
It requires an installation of hypre 2.27.0 or higher.
It requires an installation of hypre 2.30.0 or higher.
It uses hypre's parallel algebraic multigrid (AMG) solver BoomerAMG in combination with a Krylov solver to solve
two linear systems arising from diffusion problems on a cuboid discretized by finite differences.
The problems are set up through hypre's linear-algebraic IJ interface. The problem sizes can be controlled from the command line.`.
Expand Down Expand Up @@ -51,9 +51,9 @@ Building

The AMG2023 benchmark uses a simple Makefile system for building the driver.

It requires an installation of hypre 2.27.0, which can be downloaded from https://github.com/hypre-space/hypre via
It requires an installation of hypre 2.30.0 or higher, which can be downloaded from https://github.com/hypre-space/hypre via

``git clone -b v2.27.0 https://github.com/hypre-space/hypre.git``
``git clone -b v2.30.0 https://github.com/hypre-space/hypre.git``

Information on how to install hypre is available here: https://hypre.readthedocs.io/en/latest/

Expand Down

0 comments on commit 37d094d

Please sign in to comment.