mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: h/hwloc/hwloc-1.11.7-GCC-9.1.0-2.32.eb new file: i/icc/icc-2019.4.227-GCC-9.1.0-2.32.eb new file: i/iccifort/iccifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/ifort/ifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/impi/impi-2019.3.199-iccifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/intel/intel-2019.03-GCC-9.1.0-2.32.eb new file: n/numactl/numactl-2.0.11-GCCcore-9.1.0.eb new file: o/OpenMPI/OpenMPI-2.1.5-GCC-9.1.0-2.32.eb new file: s/Singularity/Singularity-3.2.1.eb
30 lines
831 B
Plaintext
30 lines
831 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'intel'
|
|
version = '2019.03'
|
|
versionsuffix = '-GCC-9.1.0-2.32'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
compver = '2019.4.227'
|
|
gccver = '9.1.0'
|
|
binutilsver = '2.32'
|
|
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '-GCCcore-%s' % gccver),
|
|
('icc', compver, gccsuff),
|
|
('ifort', compver, gccsuff),
|
|
('impi', '2019.3.199', '', ('iccifort', '%s%s' % (compver, gccsuff))),
|
|
('imkl', '2019.3.199', '', ('iimpi', version)),
|
|
]
|
|
|
|
modluafooter = 'add_property("state","experimental")'
|
|
|
|
moduleclass = 'toolchain'
|