easyconfigs-it4i/i/iompi/iompi-2020b.eb
Jakub Kropacek 3bc0abd4c1 new file: i/iompi/iompi-2020b.eb
new file:   o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304.eb
	new file:   s/Score-P/Score-P-8.0-iimpi-2021b.eb
	deleted:    i/iompi/iompi-2020b-test.eb
	deleted:    o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304-test.eb
2023-03-02 08:18:18 +01:00

22 lines
429 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = "Toolchain"
name = 'iompi'
version = '2020b'
homepage = 'https://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
toolchain = SYSTEM
local_compver = '2020.4.304'
dependencies = [
('iccifort', local_compver),
('OpenMPI', '4.0.5', '', ('iccifort', local_compver)),
]
moduleclass = 'toolchain'