From ccc930f34005a0fda049c02d0469d6bb65fd55ae Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Fri, 19 Jan 2024 10:52:06 +0100 Subject: [PATCH] new file: i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb modified: i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb --- ...impi-2021.10.0-intel-compilers-2023.2.1.eb | 23 +++++++++++++++++++ .../impi-2021.9.0-intel-compilers-2023.1.0.eb | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb diff --git a/i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb b/i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb new file mode 100644 index 00000000..bb26a6f0 --- /dev/null +++ b/i/impi/impi-2021.10.0-intel-compilers-2023.2.1.eb @@ -0,0 +1,23 @@ +# IT4Innovations +# LK 2024 + +name = 'impi' +version = '2021.10.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': '2023.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/4f5871da-0533-4f62-b563-905edfb2e9b7/'] +sources = ['l_mpi_oneapi_p_%(version)s.49374_offline.sh'] +checksums = ['ab2e97d87b139201a2e7dab9a61ac6e8927b7783b459358c4ad69a1b1c064f40'] + +dependencies = [('UCX', '1.15.0')] + +modextravars = { + 'I_MPI_PMI_VALUE_LENGTH_MAX': '512', +} + +moduleclass = 'mpi' diff --git a/i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb b/i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb index a0e10fbf..199bb8df 100644 --- a/i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb +++ b/i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb @@ -16,4 +16,8 @@ checksums = ['5c170cdf26901311408809ced28498b630a494428703685203ceef6e62735ef8'] dependencies = [('UCX', '1.14.1')] +modextravars = { + 'I_MPI_PMI_VALUE_LENGTH_MAX': '512', +} + moduleclass = 'mpi'