mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
7865640ea8
23
i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb
Normal file
23
i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb
Normal 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'
|
@ -16,4 +16,8 @@ checksums = ['5c170cdf26901311408809ced28498b630a494428703685203ceef6e62735ef8']
|
||||
|
||||
dependencies = [('UCX', '1.14.1')]
|
||||
|
||||
modextravars = {
|
||||
'I_MPI_PMI_VALUE_LENGTH_MAX': '512',
|
||||
}
|
||||
|
||||
moduleclass = 'mpi'
|
||||
|
Loading…
x
Reference in New Issue
Block a user