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

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
22 lines
429 B
Plaintext
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'
|