easyconfigs-it4i/archive/i/ictce/ictce-5.5.0.eb
Lukáš Krupčík d58f5195e1 new file: archive/i/ictce/ictce-5.5.0.eb
new file:   archive/i/ictce/ictce-7.3.5.eb
	new file:   archive/i/ictce/ictce-8.3.5.eb
	new file:   archive/i/intelcuda/intelcuda-2016.10.eb
	new file:   archive/i/iomkl/iomkl-2015.03.eb
	deleted:    i/ictce/ictce-5.5.0.eb
	deleted:    i/ictce/ictce-7.3.5.eb
	deleted:    i/ictce/ictce-8.3.5.eb
	deleted:    i/intelcuda/intelcuda-2016.10.eb
	deleted:    i/iomkl/iomkl-2015.03.eb
	deleted:    l/libMesh/libMesh-1.3.0-intel-2017c.eb
	deleted:    l/libxml2/libxml2-2.9.2-ictce-7.3.5.eb
2019-09-23 08:13:21 +02:00

29 lines
715 B
Plaintext

easyblock = "Toolchain"
name = 'ictce'
version = '5.5.0'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL."""
toolchain = {'name': 'system', 'version': ''}
compsuffix = '.5.192'
compver = '2013' + compsuffix
dependencies = [
('icc', compver),
('ifort', compver),
('impi', '4.1.1.036', '', ('iccifort', compver)),
('imkl', '11.0' + compsuffix, '', ('iimpi', version)),
]
moduleclass = 'toolchain'
# Salomon specific optimalization
modextravars = {
'CC': 'icc',
'CXX': 'icpc',
'F90': 'ifort',
'F77': 'ifort',
'FC': 'ifort',
}