easyconfigs-it4i/ARCHIVE/i/ictce/ictce-7.3.5.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

32 lines
1010 B
Plaintext

easyblock = "Toolchain"
name = 'ictce'
version = '7.3.5'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran local_compilers, Intel MPI & Intel MKL."""
toolchain = SYSTEM
local_suff = '3.187'
local_local_compver = '2015.%s' % local_suff
dependencies = [ # version/released
('icc', local_local_compver), # Apr 13th 2015
('ifort', local_local_compver), # Apr 13th 2015
('impi', '5.0.3.048', '', ('iccifort', local_local_compver)), # Feb 10th 2015
('imkl', '11.2.%s' % local_suff, '', ('iimpi', version)), # Apr 13th 2015
]
moduleclass = 'toolchain'
# Salomon specific optimalization
modextravars = {
'CC': 'icc',
'CXX': 'icpc',
'F90': 'ifort',
'F77': 'ifort',
'FC': 'ifort',
'OPTFLAGS': '-O3 -xHost -ip',
'DEBUGFLAGS': '-O0 -g'
}