easyconfigs-it4i/i/impi/impi-2021.9.0-intel-compilers-2023.1.0.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
753 B
Plaintext

# IT4Innovations
# LK 2023
name = 'impi'
version = '2021.9.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.1.0'}
# 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/718d6f8f-2546-4b36-b97b-bc58d5482ebf/']
sources = ['l_mpi_oneapi_p_%(version)s.43482_offline.sh']
checksums = ['5c170cdf26901311408809ced28498b630a494428703685203ceef6e62735ef8']
dependencies = [('UCX', '1.14.1')]
modextravars = {
'I_MPI_PMI_VALUE_LENGTH_MAX': '512',
}
moduleclass = 'mpi'