easyconfigs-it4i/i/iompi/iompi-2017a.eb
Lukáš Krupčík 80593caa73 new file: h/Hypre/Hypre-2.15.1-foss-2017b.eb
new file:   h/Hypre/Hypre-2.15.1-intel-2017a.eb
	modified:   i/iompi/iompi-2017a.eb
	new file:   i/iompi/iompi-2017c.eb
2019-03-01 13:57:19 +01:00

23 lines
570 B
Plaintext

# This is an easyconfig file for EasyBuild, see
# http://hpcugent.github.io/easybuild
easyblock = "Toolchain"
name = 'iompi'
version = '2017a'
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.1.132'
compversuff = '-GCC-6.3.0-2.27'
dependencies = [
('icc', compver, compversuff),
('ifort', compver, compversuff),
('OpenMPI', '1.10.7', compversuff, True),
]
moduleclass = 'toolchain'