mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
name = 'HPCG'
|
|
version = '2.1'
|
|
|
|
homepage = 'https://software.sandia.gov/hpcg'
|
|
description = """The HPCG Benchmark project is an effort to create a more relevant metric for ranking HPC systems than
|
|
the High Performance LINPACK (HPL) benchmark, that is currently used by the TOP500 benchmark."""
|
|
|
|
toolchain = {'name': 'goolf', 'version': '1.4.10'}
|
|
toolchainopts = {'usempi': True, 'openmp': True}
|
|
|
|
source_urls = ['https://software.sandia.gov/hpcg/downloads/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
moduleclass = 'math'
|