Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{toolchain} gomkl/2021a #12987

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions easybuild/easyconfigs/g/gomkl/gomkl-2021a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
easyblock = "Toolchain"

name = 'gomkl'
version = '2021a'

homepage = '(none)'
description = """GNU Compiler Collection (GCC) based compiler toolchain with OpenMPI and MKL"""

toolchain = SYSTEM

local_comp = ('GCC', '10.3.0')

dependencies = [
local_comp,
('OpenMPI', '4.1.1', '', local_comp),
('imkl', '2021.2.0', '', ('gompi', version)),
]

moduleclass = 'toolchain'
21 changes: 21 additions & 0 deletions easybuild/easyconfigs/h/HPL/HPL-2.3-gomkl-2021a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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': 'gomkl', 'version': '2021a'}
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'
14 changes: 14 additions & 0 deletions easybuild/easyconfigs/i/imkl/imkl-2021.2.0-gompi-2021a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = 'imkl'
version = '2021.2.0'

homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html'
description = "Intel oneAPI Math Kernel Library"

toolchain = {'name': 'gompi', 'version': '2021a'}

# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html
source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/17757/']
sources = ['l_onemkl_p_%(version)s.296_offline.sh']
checksums = ['816e9df26ff331d6c0751b86ed5f7d243f9f172e76f14e83b32bf4d1d619dbae']

moduleclass = 'numlib'