Skip to content
Snippets Groups Projects
Commit 924625ef authored by Ruth Partzsch's avatar Ruth Partzsch
Browse files

cpu version for Hypre

parent 1ff9b02d
No related branches found
No related tags found
No related merge requests found
name = "Hypre"
version = "2.27.0"
versionsuffix = "-cpu"
homepage = "https://computation.llnl.gov/casc/linear_solvers/sls_hypre.html"
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': 'intel-para', 'version': '2022a'}
toolchainopts = {'pic': True, 'usempi': True, 'openmp': True}
source_urls = ["https://github.com/hypre-space/hypre/archive/"]
sources = ['v%(version)s.tar.gz']
checksums = ['507a3d036bb1ac21a55685ae417d769dd02009bde7e09785d0ae7446b4ae1f98']
start_dir = 'src'
disable_cuda = True
configopts = '--with-openmp '
modextravars = {
'HYPRE_ROOT': '%(installdir)s',
'HYPRE_LIB': '%(installdir)s/lib',
'HYPRE_INCLUDE': '%(installdir)s/include/'
}
moduleclass = 'numlib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment