mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: i/iccifort/iccifort-2018.0.128-GCC-6.4.0-2.28.eb new file: i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb new file: i/ifort/ifort_2017_no_mpi_mic_dependency.patch new file: i/iimpi/iimpi-2018.00.eb new file: i/imkl/imkl-2018.0.128-iimpi-2018.00.eb new file: i/impi/impi-2018.0.128-iccifort-2018.0.128-GCC-6.4.0-2.28.eb new file: i/intel/intel-2018.00.eb
25 lines
709 B
Plaintext
25 lines
709 B
Plaintext
easyblock = 'Toolchain'
|
|
|
|
name = 'intel'
|
|
version = '2018.00'
|
|
|
|
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 = '2018.0.128'
|
|
gccver = '6.4.0'
|
|
binutilsver = '2.28'
|
|
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '-GCCcore-%s' % gccver),
|
|
('icc', compver, gccsuff),
|
|
('ifort', compver, gccsuff),
|
|
('impi', compver, '', ('iccifort', '%s%s' % (compver, gccsuff))),
|
|
('imkl', compver, '', ('iimpi', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|