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

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
22 lines
534 B
Plaintext
22 lines
534 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iimpi'
|
|
version = '2020a'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_compver = '2020.0.166'
|
|
local_suff = '-GCC-8.3.0-2.32'
|
|
dependencies = [
|
|
('icc', local_compver, local_suff),
|
|
('ifort', local_compver, local_suff),
|
|
('impi', '2019.6.154', '', ('iccifort', '%s%s' % (local_compver, local_suff))),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|