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

new file: i/impi/impi-2019.9.304-iccifort-2020.4.304.eb new file: i/impi/impi-2021.1.1-intel-compilers-2021.1.2.eb new file: i/intel-compilers/intel-compilers-2021.1.2.eb
23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
name = 'impi'
|
|
version = '2021.1.1'
|
|
|
|
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': '2021.1.2'}
|
|
|
|
# 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/17397/']
|
|
sources = ['l_mpi_oneapi_p_%(version)s.76_offline.sh']
|
|
checksums = ['8b7693a156c6fc6269637bef586a8fd3ea6610cac2aae4e7f48c1fbb601625fe']
|
|
|
|
modextravars = {
|
|
'I_MPI_OFI_PROVIDER': 'MLX',
|
|
'FI_PROVIDER': 'verbs',
|
|
}
|
|
|
|
moduleclass = 'compiler'
|