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

new file: i/ifort/ifort-2018.3.222-GCC-6.3.0-2.27.eb new file: i/imkl/imkl-2018.3.222-iompi-2018.03-GCC-6.3.0-2.27.eb new file: i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb new file: i/iompi/iompi-2018.03-GCC-6.3.0-2.27.eb new file: v/VTune/VTune-2018_update4.eb new file: v/VTune/VTune-2019_update3.eb
26 lines
624 B
Plaintext
26 lines
624 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iomkl'
|
|
version = '2018.03'
|
|
versionsuffix = '-GCC-6.3.0-2.27'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = """Intel Cluster Toolchain Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MKL &
|
|
OpenMPI."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
compver = '2018.3.222'
|
|
gccsuff = '-GCC-6.3.0-2.27'
|
|
|
|
dependencies = [
|
|
('icc', compver, gccsuff),
|
|
('ifort', compver, gccsuff),
|
|
('OpenMPI', '2.1.1', gccsuff, True),
|
|
('imkl', '2018.3.222', '', ('iompi', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|