mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

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
28 lines
744 B
Plaintext
28 lines
744 B
Plaintext
easyblock = 'Toolchain'
|
|
|
|
name = 'intelcuda'
|
|
version = '2016.10'
|
|
|
|
homepage = '(none)'
|
|
description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL, with CUDA toolkit"""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
comp_name = 'iccifort'
|
|
comp_ver = '2016.3.210'
|
|
gccver = '5.4.0'
|
|
binutilsver = '2.26'
|
|
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
comp = (comp_name, '%s%s' % (comp_ver, gccsuff))
|
|
|
|
dependencies = [
|
|
comp, # part of iimpic
|
|
('CUDA', '8.0.44', '', comp),
|
|
('icc', comp_ver, gccsuff),
|
|
('ifort', comp_ver, gccsuff),
|
|
('impi', '5.1.3.181', '', ('iccifortcuda', version)),
|
|
('imkl', '11.3.3.210', '', ('iimpic', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|