easyconfigs-it4i/i/impi/impi-2021.1.1-intel-compilers-2021.1.2.eb
Lukas Krupcik fdf206e0ce new file: i/impi/impi-2019.7.217-iccifort-2020.1.217.eb
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
2021-04-12 12:40:40 +02:00

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'