mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iompi'
|
|
version = '2020a'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_compver = '2020.0.166'
|
|
local_compverlocal_suff = '-GCCcore-8.3.0'
|
|
|
|
dependencies = [
|
|
('iccifort', local_compver),
|
|
('OpenMPI', '3.1.6', local_compverlocal_suff, True),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|