123456789101112131415161718192021 |
- name = 'HPL'
- version = '2.3'
- homepage = 'https://www.netlib.org/benchmark/hpl/'
- description = """HPL is a software package that solves a (random) dense linear system in double precision (64 bits)
- arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available
- implementation of the High Performance Computing Linpack Benchmark."""
- toolchain = {'name': 'foss', 'version': '2020b'}
- toolchainopts = {'usempi': True}
- source_urls = ['https://www.netlib.org/benchmark/%(namelower)s']
- sources = [SOURCELOWER_TAR_GZ]
- # fix Make dependencies, so parallel build also works
- patches = ['HPL_parallel-make.patch']
- checksums = [
- '32c5c17d22330e6f2337b681aded51637fb6008d3f0eb7c277b163fadd612830', # hpl-2.3.tar.gz
- '2a5bf9c4f328049828ddecec7ba3f05a9e25d236f4212747c53bd22fea80c5e6', # HPL_parallel-make.patch
- ]
- moduleclass = 'tools'
|