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

new file: g/GROMACS/GROMACS-iostream.patch new file: h/hwloc/hwloc-2.8.0-GCCcore-12.2.0.eb new file: h/hwloc/hwloc-2.8.0-GCCcore-12.3.0.eb modified: i/iimpi/iimpi-2020a.eb new file: i/iimpi/iimpi-2020b.eb new file: i/iimpi/iimpi-2021a.eb new file: i/iimpi/iimpi-2021b.eb new file: i/iimpi/iimpi-2022a.eb new file: i/iimpi/iimpi-2022b.eb new file: i/iimpi/iimpi-2023a.eb new file: i/impi/impi-2021.4.0-intel-compilers-2022.1.0.eb new file: i/impi/impi-2021.4.0-intel-compilers-2022.2.1.eb new file: i/impi/impi-2021.4.0-intel-compilers-2023.1.0.eb new file: i/impi/impi-2021.9.0-intel-compilers-2023.1.0-test.eb new file: i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb new file: i/intel/intel-2020.00.eb new file: i/intel/intel-2020.06-impi-18.5.eb new file: i/intel/intel-2020.12.eb modified: i/intel/intel-2020a.eb new file: i/intel/intel-2021a.eb new file: i/intel/intel-2021b.eb new file: i/intel/intel-2022a.eb new file: i/intel/intel-2022b.eb new file: i/intel/intel-2023a.eb new file: l/LAre3d/LAre3d-20230726-intel-2022b-v2.eb new file: l/libxml2/libxml2-2.10.3-GCCcore-12.2.0.eb new file: l/libxml2/libxml2-2.10.3-GCCcore-12.3.0.eb new file: n/networkx/networkx-2.5-fosscuda-2020b.eb modified: o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0.eb new file: o/OpenMPI/OpenMPI-4.1.5-GCC-12.2.0.eb modified: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb new file: p/PMIx/PMIx-4.2.6-GCC-12.2.0.eb new file: p/PyTorch/PyTorch-1.10.0-fosscuda-2020b.eb new file: p/PyTorch/PyTorch-1.13.1-foss-2022b.eb new file: p/phonopy/phonopy-2.16.3-foss-2022a.eb new file: p/phonopy/phonopy-2.20.0-conda.eb new file: p/phonopy/phonopy-2.20.0-foss-2022a.eb new file: u/UCX/UCX-1.14.1-GCCcore-11.3.0.eb new file: u/UCX/UCX-1.14.1-GCCcore-12.3.0-test.eb new file: v/VisIt/VisIt-2.13.3.eb new file: x/XZ/XZ-5.2.7-GCCcore-12.2.0.eb new file: x/XZ/XZ-5.2.7-GCCcore-12.3.0.eb new file: z/zlib/zlib-1.2.12-GCCcore-12.2.0.eb new file: z/zlib/zlib-1.2.12-GCCcore-12.3.0.eb deleted: o/OpenMPI/OpenMPI-4.1.5-GCC-12.3.0.eb
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# IT4Innovations 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': '2022.2.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/18186/']
|
|
sources = ['l_mpi_oneapi_p_%(version)s.441_offline.sh']
|
|
checksums = ['cc4b7072c61d0bd02b1c431b22d2ea3b84b967b59d2e587e77a9e7b2c24f2a29']
|
|
|
|
dependencies = [('UCX', '1.14.1')]
|
|
|
|
accept_eula = True
|
|
|
|
modextravars = {
|
|
"I_MPI_CC": "icc",
|
|
"I_MPI_CXX": "icpc",
|
|
"I_MPI_F77": "ifort",
|
|
"I_MPI_F90": "ifort",
|
|
"I_MPI_FC": "ifort",
|
|
"I_MPI_PMI_VALUE_LENGTH_MAX": "512",
|
|
}
|
|
|
|
modaliases = {
|
|
"mpigcc": "mpigcc -cc=gcc",
|
|
"mpigxx": "mpigxx -cxx=g++",
|
|
"mpiicc": "mpiicc -cc=icc",
|
|
"mpiicpc":"mpiicpc -cxx=icpc",
|
|
"mpiifort": "mpiifort -f90=ifort",
|
|
}
|
|
|
|
moduleclass = 'mpi'
|