mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb new file: i/impi/impi-2019.6.154-iccifort-2019.5.281-GCC-8.3.0-2.32.eb modified: i/impi/impi-2019.6.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb modified: i/intel/intel-2019a.eb
22 lines
534 B
Plaintext
22 lines
534 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iimpi'
|
|
version = '2019a'
|
|
|
|
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 = '2019.5.281'
|
|
local_suff = '-GCC-8.3.0-2.32'
|
|
dependencies = [
|
|
('icc', local_compver, local_suff),
|
|
('ifort', local_compver, local_suff),
|
|
('impi', '2018.5.288', '', ('iccifort', '%s%s' % (local_compver, local_suff))),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|