Merge branch 'it4i-karolina'

This commit is contained in:
Lukas Krupcik 2024-01-19 10:52:42 +01:00
commit 7865640ea8
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# 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'

View File

@ -16,4 +16,8 @@ checksums = ['5c170cdf26901311408809ced28498b630a494428703685203ceef6e62735ef8']
dependencies = [('UCX', '1.14.1')]
modextravars = {
'I_MPI_PMI_VALUE_LENGTH_MAX': '512',
}
moduleclass = 'mpi'