easyconfigs-it4i/i/impi/impi-2021.4.0-intel-compilers-2021.4.0.eb
Lukas Krupcik 626f262df7 modified: g/grace/grace-5.1.25-intel-2020b.eb
new file:   i/impi/impi-2021.4.0-intel-compilers-2021.4.0.eb
	new file:   m/mpi4py/mpi4py-3.1.3-foss-2021a-Python-3.9.5.eb
	new file:   m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2021a-Python-3.9.5.eb
	new file:   m/mpi4pyscf/mpi4pyscf-0.3.1.tar.gz
	new file:   p/Paraver/Paraver-4.10.0-foss-2021a.eb
	new file:   p/PySCF/PySCF-2.0.1-foss-2021a.eb
	modified:   q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb
	new file:   q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb.old
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-7.0-intel-2021a.eb
	modified:   r/R/R-4.1.0-foss-2021a.eb
	new file:   v/VASP/VASP-6.3.0-intel-2021b-mkl=sequential.eb
2022-04-14 15:20:43 +02:00

30 lines
869 B
Plaintext

# IT4Innovatios 2022
# LK JK
name = 'impi'
version = '2021.4.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': '2021.4.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/18186/']
sources = ['l_mpi_oneapi_p_%(version)s.441_offline.sh']
checksums = ['cc4b7072c61d0bd02b1c431b22d2ea3b84b967b59d2e587e77a9e7b2c24f2a29']
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'