easyconfigs-it4i/i/intel/intel-2017c.eb
Jakub Kropacek 65da49443d new file: b/Boost/Boost-1.68.0-intel-2017c-serial.eb
new file:   g/GROMACS/GROMACS-2018.1-intel-2017c-double-PLUMED.eb
	new file:   g/GSL/GSL-2.5-intel-2017c.eb
	new file:   h/HyperQueue/HyperQueue-0.14.0.eb
	new file:   i/intel/intel-2017c.eb
	new file:   n/NECI/NECI-20220711-foss-2022a.eb
	modified:   o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0.eb
	new file:   p/PLUMED/PLUMED-2.4.2-intel-2017c.eb
	new file:   q/QMCPACK/QMCPACK-3.16.0-foss-2022a-Python-3.10.4.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-forQMCPACK.eb
2023-02-07 13:40:28 +01:00

28 lines
811 B
Plaintext

# IT4Innovations 2018
easyblock = 'Toolchain'
name = 'intel'
version = '2017c'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = SYSTEM
local_compver = '2017.8.262'
local_gccver = '6.3.0'
local_binutilsver = '2.27'
local_gccsuff = '-GCC-%s-%s' % (local_gccver, local_binutilsver)
dependencies = [
('GCCcore', local_gccver),
('binutils', local_binutilsver, '-GCCcore-%s' % local_gccver),
('icc', local_compver, local_gccsuff),
('ifort', local_compver, local_gccsuff),
('impi', '2017.4.239', '', ('iccifort', '%s%s' % (local_compver, local_gccsuff))),
('imkl', '2017.4.239', '', ('iimpi', version)),
]
moduleclass = 'toolchain'