easyconfigs-it4i/i/intel/intel-2020a.eb
Lukáš Krupčík 19a2d34743 new file: i/icc/icc-2020.0.166-GCC-8.3.0-2.32.eb
new file:   i/iccifort/iccifort-2020.0.166-GCC-8.3.0-2.32.eb
	new file:   i/ifort/ifort-2020.0.166-GCC-8.3.0-2.32.eb
	new file:   i/iimpi/iimpi-2020a.eb
	new file:   i/imkl/imkl-2020.0.166-iimpi-2020a.eb
	new file:   i/impi/impi-2019.6.154-iccifort-2020.0.166-GCC-8.3.0-2.32.eb
	new file:   i/intel/intel-2020a.eb
2020-01-09 12:59:49 +01:00

27 lines
811 B
Plaintext

# IT4Innovations 2020
easyblock = 'Toolchain'
name = 'intel'
version = '2020a'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = SYSTEM
local_compver = '2020.0.166'
local_gccver = '8.3.0'
local_binutilsver = '2.32'
local_gccsuff = '-GCC-%s-%s' % (local_gccver, local_binutilsver)
dependencies = [
('GCCcore', local_gccver),
('binutils', local_binutilsver, '-GCCcore-%s' % local_gccver),
('icc', local_compver, local_gccsuff),
('ifort', local_compver, local_gccsuff),
('impi', '2019.6.154', '', ('iccifort', '%s%s' % (local_compver, local_gccsuff))),
('imkl', local_compver, '', ('iimpi', version)),
]
moduleclass = 'toolchain'