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

new file: e/EasyBuild/EasyBuild-4.1.0.eb new file: i/iccifort/iccifort-2020.0.166.eb new file: i/iccifort/iccifort-2020.0.166_no_mpi_rt_dependency.patch modified: i/iimpi/iimpi-2020a.eb modified: i/imkl/imkl-2020.0.166-iimpi-2020a.eb new file: i/impi/impi-2019.6.166-iccifort-2020.0.166-test.eb new file: i/impi/impi-2019.6.166-iccifort-2020.0.166.eb modified: i/intel/intel-2020a.eb deleted: i/icc/icc-2020.0.166-GCC-8.3.0-2.32.eb deleted: i/iccifort/iccifort-2020.0.166-GCC-8.3.0-2.32.eb deleted: i/ifort/ifort-2020.0.166-GCC-8.3.0-2.32.eb deleted: i/impi/impi-2019.6.154-iccifort-2020.0.166-GCC-8.3.0-2.32.eb
26 lines
731 B
Plaintext
26 lines
731 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),
|
|
('iccifort', local_compver),
|
|
('impi', '2019.6.166', '', ('iccifort', local_compver)),
|
|
('imkl', local_compver, '', ('iimpi', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|