mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
24 lines
625 B
Plaintext
24 lines
625 B
Plaintext
# This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iimpi'
|
|
version = '2016.00'
|
|
versionsuffix = '-GCC-4.9.3'
|
|
|
|
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'}
|
|
|
|
suff = '1.150'
|
|
compver = '2016.%s' % suff
|
|
|
|
dependencies = [
|
|
('icc', compver, versionsuffix),
|
|
('ifort', compver, versionsuffix),
|
|
('impi', '5.1.2.150', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|
|
|