mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00

new file: b/binutils/binutils-2.28.eb new file: g/GCCcore/GCCcore-7.1.0.eb new file: i/icc/icc-2017.4.196-GCC-7.1.0-2.28.eb new file: i/iccifort/iccifort-2017.4.196-GCC-7.1.0-2.28.eb new file: i/ifort/ifort-2017.4.196-GCC-7.1.0-2.28.eb new file: i/iimpi/iimpi-2017.05-GCC-7.1.0-2.28.eb new file: i/imkl/imkl-2017.3.196-iimpi-2017.05-GCC-7.1.0-2.28.eb new file: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-7.1.0-2.28.eb new file: i/intel/intel-2017.05.eb
21 lines
610 B
Plaintext
21 lines
610 B
Plaintext
# This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iimpi'
|
|
version = '2017.05'
|
|
versionsuffix = '-GCC-7.1.0-2.28'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
compver = '2017.4.196'
|
|
dependencies = [
|
|
('icc', compver, versionsuffix),
|
|
('ifort', compver, versionsuffix),
|
|
('impi', '2017.3.196', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|