mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
327f6d99c8
29
i/impi/impi-2021.5.0-intel-compilers-2022.0.1.eb
Normal file
29
i/impi/impi-2021.5.0-intel-compilers-2022.0.1.eb
Normal file
@ -0,0 +1,29 @@
|
||||
# IT4Innovations 2022
|
||||
# JK
|
||||
|
||||
name = 'impi'
|
||||
version = '2021.5.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': '2022.0.1'}
|
||||
|
||||
# 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/18370/']
|
||||
sources = ['l_mpi_oneapi_p_%(version)s.495_offline.sh']
|
||||
checksums = ['3aae53fe77f7c6aac7a32b299c25d6ca9a00ba4e2d512a26edd90811e59e7471']
|
||||
|
||||
dependencies = [('UCX', '1.11.2')]
|
||||
|
||||
modextravars = {
|
||||
'I_MPI_OFI_PROVIDER': 'MLX',
|
||||
'FI_PROVIDER': 'verbs',
|
||||
'I_MPI_CC' : 'icc',
|
||||
'I_MPI_CXX': 'icpc',
|
||||
'I_MPI_F77': 'ifort',
|
||||
'I_MPI_F90': 'ifort',
|
||||
'I_MPI_FC': 'ifort',
|
||||
}
|
||||
|
||||
moduleclass = 'mpi'
|
29
i/impi/impi-2021.6.0-intel-compilers-2022.1.0.eb
Normal file
29
i/impi/impi-2021.6.0-intel-compilers-2022.1.0.eb
Normal file
@ -0,0 +1,29 @@
|
||||
# IT4Innovations 2022
|
||||
# JK
|
||||
|
||||
name = 'impi'
|
||||
version = '2021.6.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': '2022.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/18714/']
|
||||
sources = ['l_mpi_oneapi_p_%(version)s.602_offline.sh']
|
||||
checksums = ['e85db63788c434d43c1378e5e2bf7927a75d11aee8e6b78ee0d933da920977a6']
|
||||
|
||||
dependencies = [('UCX', '1.12.1')]
|
||||
|
||||
modextravars = {
|
||||
'I_MPI_OFI_PROVIDER': 'MLX',
|
||||
'FI_PROVIDER': 'verbs',
|
||||
'I_MPI_CC' : 'icc',
|
||||
'I_MPI_CXX': 'icpc',
|
||||
'I_MPI_F77': 'ifort',
|
||||
'I_MPI_F90': 'ifort',
|
||||
'I_MPI_FC': 'ifort',
|
||||
}
|
||||
|
||||
moduleclass = 'mpi'
|
Loading…
x
Reference in New Issue
Block a user