easyconfigs-it4i/i/intel/intel-2020b.eb
Jakub Kropacek 7f4ae57f87 new file: g/gnuplot/gnuplot-5.4.2-GCCcore-10.3.0.eb
new file:   i/intel/intel-2020b.eb
2022-06-01 13:58:52 +02:00

22 lines
618 B
Plaintext

easyblock = 'Toolchain'
name = 'intel'
version = '2020b'
homepage = 'https://easybuild.readthedocs.io/en/master/Common-toolchains.html#intel-toolchain'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = SYSTEM
local_compver = '2020.4.304'
local_gccver = '10.2.0'
dependencies = [
('GCCcore', local_gccver),
('binutils', '2.35', '', ('GCCcore', local_gccver)),
('iccifort', local_compver),
('impi', '2019.9.304', '', ('iccifort', local_compver)),
('imkl', local_compver, '', ('iimpi', version)),
]
moduleclass = 'toolchain'