mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
21 lines
412 B
Plaintext
21 lines
412 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'iimpi'
|
|
version = '2020a'
|
|
|
|
homepage = 'https://software.intel.com/parallel-studio-xe'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_compver = '2020.1.217'
|
|
dependencies = [
|
|
('iccifort', local_compver),
|
|
('impi', '2019.9.304', '', ('iccifort', local_compver)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|