mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
753 B
Plaintext
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'
|