mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: h/Hypre/Hypre-2.15.1-intel-2017a.eb modified: i/iompi/iompi-2017a.eb new file: i/iompi/iompi-2017c.eb
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iompi'
|
|
version = '2017c'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
compver = '2017.5.239'
|
|
compversuff = '-GCC-6.3.0-2.27'
|
|
|
|
dependencies = [
|
|
('icc', compver, compversuff),
|
|
('ifort', compver, compversuff),
|
|
('OpenMPI', '2.1.1', compversuff, True),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|