Skip to content

[Hypre] [package list]

Hypre/2.26.0-cpeGNU-22.12 (Hypre-2.26.0-cpeGNU-22.12.eb)

Install with the EasyBuild-user module:

eb Hypre-2.26.0-cpeGNU-22.12.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider Hypre/2.26.0-cpeGNU-22.12.

EasyConfig:

name = 'Hypre'
version = '2.26.0'

homepage = 'https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods'
description = """Hypre is a library for solving large, sparse linear systems of equations on massively
 parallel computers. The problems of interest arise in the simulation codes being developed at LLNL
 and elsewhere to study physical phenomena in the defense, environmental, energy, and biological sciences."""

toolchain = {'name': 'cpeGNU', 'version': '22.12'}
toolchainopts = {'openmp': True, 'pic': True}

source_urls = ['https://github.com/hypre-space/hypre/archive/']
sources = ['v%(version)s.tar.gz']

start_dir = 'src'

moduleclass = 'numlib'

[Hypre] [package list]