mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

new file: a/ANSYS/ANSYS-18.2-intel-2017a.eb new file: b/binutils/binutils-2.28-GCCcore-6.4.0.eb new file: g/GCCcore/GCCcore-6.4.0.eb new file: h/HPL/HPL-2.2-intel-2017b.eb new file: h/HPL/HPL_parallel-make.patch new file: i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb new file: i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/ifort/ifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/iimpi/iimpi-2017b.eb new file: i/imkl/imkl-2017.3.196-iimpi-2017b.eb new file: i/impi/iimpi-2017b.eb new file: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/intel/intel-2017b.eb new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL.eb new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL2.eb deleted: p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp deleted: p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
20 lines
756 B
Plaintext
20 lines
756 B
Plaintext
name = 'HPL'
|
|
version = '2.2'
|
|
|
|
homepage = 'http://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': 'intel', 'version': '2017b'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.netlib.org/benchmark/%(namelower)s']
|
|
checksums = ['ac7534163a09e21a5fa763e4e16dfc119bc84043f6e6a807aba666518f8df440']
|
|
|
|
# fix Make dependencies, so parallel build also works
|
|
patches = ['HPL_parallel-make.patch']
|
|
|
|
moduleclass = 'tools'
|