mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
23 lines
502 B
Plaintext
23 lines
502 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iompi'
|
|
version = '2017b'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
compver = '2017.5.239'
|
|
compversuff = '-GCC-6.3.0-2.27'
|
|
|
|
dependencies = [
|
|
('icc', compver, compversuff),
|
|
('ifort', compver, compversuff),
|
|
('OpenMPI', '1.10.7', compversuff, True),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|