mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
28 lines
651 B
Plaintext
28 lines
651 B
Plaintext
easyblock = "Toolchain"
|
|
|
|
name = 'iimpi'
|
|
version = '8.3.5'
|
|
|
|
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': 'dummy', 'version': 'dummy'}
|
|
|
|
compver = '2016.1.150'
|
|
dependencies = [
|
|
('icc', compver),
|
|
('ifort', compver),
|
|
('impi', '5.1.2.150', '', ('iccifort', compver)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|
|
|
|
# Salomon optimalisations
|
|
modextravars = {
|
|
'CC': 'icc',
|
|
'CXX': 'icpc',
|
|
'F90': 'ifort',
|
|
'F77': 'ifort',
|
|
'FC': 'ifort',
|
|
}
|