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
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
|
|
|
|
name = 'impi'
|
|
version = '2019.7.217'
|
|
|
|
homepage = 'https://software.intel.com/en-us/intel-mpi-library/'
|
|
description = "Intel MPI Library, compatible with MPICH ABI"
|
|
|
|
toolchain = {'name': 'iccifort', 'version': '2020.1.217'}
|
|
|
|
source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16546/']
|
|
sources = ['l_mpi_%(version)s.tgz']
|
|
checksums = ['90383b0023f84ac003a55d8bb29dbcf0c639f43a25a2d8d8698a16e770ac9c07']
|
|
|
|
dependencies = [
|
|
# needed by libfabric provider MLX introduced in Intel MPI v2019.6,
|
|
# https://software.intel.com/en-us/articles/improve-performance-and-stability-with-intel-mpi-library-on-infiniband
|
|
('UCX', '1.8.0'),
|
|
]
|
|
|
|
dontcreateinstalldir = True
|
|
|
|
components = ['intel-mpi', 'intel-psxe', 'intel-imb']
|
|
|
|
# set up all the mpi commands to default to intel compilers
|
|
set_mpi_wrappers_all = True
|
|
|
|
modextravars = {
|
|
'I_MPI_OFI_PROVIDER': 'MLX',
|
|
'FI_PROVIDER': 'verbs',
|
|
}
|
|
|
|
moduleclass = 'mpi'
|