easyconfigs-it4i/i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb
Lukáš Krupčík 5b1437895f new file: i/icc/icc-2018.3.222-GCC-6.3.0-2.27.eb
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
2019-03-04 11:52:50 +01:00

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'