easyconfigs-it4i/i/intel/intel-2018.04.eb

27 lines
743 B
Plaintext

# IT4Innovations 2019
easyblock = 'Toolchain'
name = 'intel'
version = '2018.04'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = {'name': 'system', 'version': ''}
compver = '2018.5.274'
gccver = '6.3.0'
binutilsver = '2.27'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
dependencies = [
('GCCcore', gccver),
('binutils', binutilsver, '-GCCcore-%s' % gccver),
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
('impi', '2018.4.274', '', ('iccifort', '%s%s' % (compver, gccsuff))),
('imkl', '2018.4.274', '', ('iimpi', version)),
]
moduleclass = 'toolchain'