mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: i/impi/impi-2021.13.0-intel-compilers-2024.2.0.eb new file: i/intel-compilers/intel-compilers-2024.2.0.eb
21 lines
724 B
Plaintext
21 lines
724 B
Plaintext
name = 'impi'
|
|
version = '2021.13.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': '2024.2.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/9f84e1e8-11b2-4bd1-8512-3e3343585956']
|
|
sources = ['l_mpi_oneapi_p_%(version)s.719_offline.sh']
|
|
checksums = ['5e23cf495c919e17032577e3059438f632297ee63f2cdb906a2547298823cc64']
|
|
|
|
dependencies = [('UCX', '1.16.0')]
|
|
|
|
modextravars = {
|
|
'I_MPI_PMI_VALUE_LENGTH_MAX': '512',
|
|
}
|
|
|
|
moduleclass = 'mpi'
|