easyconfigs-it4i/i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb
Lukas Krupcik ccc930f340 new file: i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb
modified:   i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb
2024-01-19 10:52:06 +01:00

24 lines
754 B
Plaintext

# IT4Innovations
# LK 2024
name = 'impi'
version = '2021.10.0'
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/mpi-library.html'
description = "Intel MPI Library, compatible with MPICH ABI"
toolchain = {'name': 'intel-compilers', 'version': '2023.2.1'}
# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html
source_urls = ['https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4f5871da-0533-4f62-b563-905edfb2e9b7/']
sources = ['l_mpi_oneapi_p_%(version)s.49374_offline.sh']
checksums = ['ab2e97d87b139201a2e7dab9a61ac6e8927b7783b459358c4ad69a1b1c064f40']
dependencies = [('UCX', '1.15.0')]
modextravars = {
'I_MPI_PMI_VALUE_LENGTH_MAX': '512',
}
moduleclass = 'mpi'