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

new file: i/iccifort/iccifort-2019.4.227-GCC-8.3.0-2.32.eb new file: i/ifort/ifort-2019.4.227-GCC-8.3.0-2.32.eb new file: i/iimpi/iimpi-2019.03-GCC-8.3.0-2.32.eb new file: i/imkl/imkl-2019.3.199-iimpi-2019.03-GCC-8.3.0-2.32.eb new file: i/impi/impi-2019.3.199-iccifort-2019.4.227-GCC-8.3.0-2.32.eb new file: i/intel/intel-2019.03-GCC-8.3.0-2.32.eb
25 lines
597 B
Plaintext
25 lines
597 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iimpi'
|
|
version = '2019.03'
|
|
versionsuffix = '-GCC-8.3.0-2.32'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
compver = '2019.4.227'
|
|
suff = '-GCC-8.3.0-2.32'
|
|
dependencies = [
|
|
('icc', compver, suff),
|
|
('ifort', compver, suff),
|
|
('impi', '2019.3.199', '', ('iccifort', '%s%s' % (compver, suff))),
|
|
]
|
|
|
|
modluafooter = 'add_property("state","experimental")'
|
|
|
|
moduleclass = 'toolchain'
|