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

new file: i/imkl/imkl-2017.1.132-iompi-2017a-2.0.1.eb new file: i/iompi/iompi-2017-2.0.1.eb new file: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-6.3.0-2.27.eb deleted: i/imkl/imkl-2017.3.196-iimpi-2017.05-GCC-7.1.0-2.28.eb
22 lines
600 B
Plaintext
22 lines
600 B
Plaintext
# This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'iompi'
|
|
version = '2017a-2.0.1'
|
|
|
|
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', '2.0.1', '', ('iccifort', '2017.1.132-GCC-6.3.0-2.27')),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|