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

new file: i/iccifort/iccifort-2017.7.259-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2017.7.259-GCC-6.3.0-2.27.eb new file: i/iimpi/iimpi-2017c.eb new file: i/imkl/imkl-2017.4.239-iimpi-2017c.eb new file: i/impi/impi-2017.4.239-iccifort-2017.7.259-GCC-6.3.0-2.27.eb new file: i/intel/intel-2017c.eb
27 lines
740 B
Plaintext
27 lines
740 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'intel'
|
|
version = '2017c'
|
|
|
|
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': 'dummy', 'version': ''}
|
|
|
|
compver = '2017.7.259'
|
|
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', '2017.4.239', '', ('iccifort', '%s%s' % (compver, gccsuff))),
|
|
('imkl', '2017.4.239', '', ('iimpi', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|