From 81ba1bfad811b729e6962255f7112c288c3046b6 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Thu, 16 Feb 2023 10:11:36 +0100 Subject: [PATCH] dump NVHPC toolchains to 23.1 --- Golden_Repo/n/npsmpic/npsmpic-2022a.eb | 2 +- Golden_Repo/n/nvompic/nvompic-2022a.eb | 2 +- ...OpenMPI-4.1.4-NVHPC-22.11.eb => OpenMPI-4.1.4-NVHPC-23.1.eb} | 2 +- ...psmpi-5.7.0-1-NVHPC-22.11.eb => psmpi-5.7.0-1-NVHPC-23.1.eb} | 2 +- ...psmpi-5.8.0-1-NVHPC-22.11.eb => psmpi-5.8.0-1-NVHPC-23.1.eb} | 2 +- ...OpenMPI-4.1.4-NVHPC-22.11.eb => OpenMPI-4.1.4-NVHPC-23.1.eb} | 2 +- ...psmpi-5.7.0-1-NVHPC-22.11.eb => psmpi-5.7.0-1-NVHPC-23.1.eb} | 2 +- ...psmpi-5.8.0-1-NVHPC-22.11.eb => psmpi-5.8.0-1-NVHPC-23.1.eb} | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) rename Golden_Repo/o/OpenMPI/{OpenMPI-4.1.4-NVHPC-22.11.eb => OpenMPI-4.1.4-NVHPC-23.1.eb} (97%) rename Golden_Repo/p/psmpi/{psmpi-5.7.0-1-NVHPC-22.11.eb => psmpi-5.7.0-1-NVHPC-23.1.eb} (96%) rename Golden_Repo/p/psmpi/{psmpi-5.8.0-1-NVHPC-22.11.eb => psmpi-5.8.0-1-NVHPC-23.1.eb} (96%) rename Overlays/hdfml_overlay/o/OpenMPI/{OpenMPI-4.1.4-NVHPC-22.11.eb => OpenMPI-4.1.4-NVHPC-23.1.eb} (97%) rename Overlays/hdfml_overlay/p/psmpi/{psmpi-5.7.0-1-NVHPC-22.11.eb => psmpi-5.7.0-1-NVHPC-23.1.eb} (96%) rename Overlays/hdfml_overlay/p/psmpi/{psmpi-5.8.0-1-NVHPC-22.11.eb => psmpi-5.8.0-1-NVHPC-23.1.eb} (96%) diff --git a/Golden_Repo/n/npsmpic/npsmpic-2022a.eb b/Golden_Repo/n/npsmpic/npsmpic-2022a.eb index b7c3900a2..863cd7d65 100644 --- a/Golden_Repo/n/npsmpic/npsmpic-2022a.eb +++ b/Golden_Repo/n/npsmpic/npsmpic-2022a.eb @@ -8,7 +8,7 @@ description = 'NVHPC based compiler toolchain, including Parastation MPICH2 for toolchain = SYSTEM -local_compiler = ('NVHPC', '22.11') +local_compiler = ('NVHPC', '23.1') dependencies = [ local_compiler, diff --git a/Golden_Repo/n/nvompic/nvompic-2022a.eb b/Golden_Repo/n/nvompic/nvompic-2022a.eb index 9ae3a04da..0ce2fff27 100644 --- a/Golden_Repo/n/nvompic/nvompic-2022a.eb +++ b/Golden_Repo/n/nvompic/nvompic-2022a.eb @@ -8,7 +8,7 @@ description = 'NVHPC based compiler toolchain, including OpenMPI for MPI support toolchain = SYSTEM -local_compiler = ('NVHPC', '22.11') +local_compiler = ('NVHPC', '23.1') dependencies = [ local_compiler, diff --git a/Golden_Repo/o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.11.eb b/Golden_Repo/o/OpenMPI/OpenMPI-4.1.4-NVHPC-23.1.eb similarity index 97% rename from Golden_Repo/o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.11.eb rename to Golden_Repo/o/OpenMPI/OpenMPI-4.1.4-NVHPC-23.1.eb index 40ed67dfe..6bb054ba1 100644 --- a/Golden_Repo/o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.11.eb +++ b/Golden_Repo/o/OpenMPI/OpenMPI-4.1.4-NVHPC-23.1.eb @@ -4,7 +4,7 @@ version = '4.1.4' homepage = 'https://www.open-mpi.org/' description = """The Open MPI Project is an open source MPI-3 implementation.""" -toolchain = {'name': 'NVHPC', 'version': '22.11'} +toolchain = {'name': 'NVHPC', 'version': '23.1'} toolchainopts = {'pic': True} source_urls = ['https://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads'] diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-23.1.eb similarity index 96% rename from Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb rename to Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-23.1.eb index 70c5404b6..531aa376d 100644 --- a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb +++ b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-23.1.eb @@ -7,7 +7,7 @@ based on MPICH v3. It provides extra low level communication libraries and integ various batch systems for tighter process control. """ -toolchain = {'name': 'NVHPC', 'version': '22.11'} +toolchain = {'name': 'NVHPC', 'version': '23.1'} sources = [SOURCE_TAR_GZ] source_urls = ['https://github.com/ParaStation/psmpi/archive/'] diff --git a/Golden_Repo/p/psmpi/psmpi-5.8.0-1-NVHPC-22.11.eb b/Golden_Repo/p/psmpi/psmpi-5.8.0-1-NVHPC-23.1.eb similarity index 96% rename from Golden_Repo/p/psmpi/psmpi-5.8.0-1-NVHPC-22.11.eb rename to Golden_Repo/p/psmpi/psmpi-5.8.0-1-NVHPC-23.1.eb index 7b3584281..80f59623e 100644 --- a/Golden_Repo/p/psmpi/psmpi-5.8.0-1-NVHPC-22.11.eb +++ b/Golden_Repo/p/psmpi/psmpi-5.8.0-1-NVHPC-23.1.eb @@ -7,7 +7,7 @@ based on MPICH v3. It provides extra low level communication libraries and integ various batch systems for tighter process control. """ -toolchain = {'name': 'NVHPC', 'version': '22.11'} +toolchain = {'name': 'NVHPC', 'version': '23.1'} sources = [SOURCE_TAR_GZ] source_urls = ['https://gitlab.jsc.fz-juelich.de/ParTec/psmpi/uploads/762714c8eec01fe59239a52798a70e1c/'] diff --git a/Overlays/hdfml_overlay/o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.11.eb b/Overlays/hdfml_overlay/o/OpenMPI/OpenMPI-4.1.4-NVHPC-23.1.eb similarity index 97% rename from Overlays/hdfml_overlay/o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.11.eb rename to Overlays/hdfml_overlay/o/OpenMPI/OpenMPI-4.1.4-NVHPC-23.1.eb index 348634fad..894b648ec 100644 --- a/Overlays/hdfml_overlay/o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.11.eb +++ b/Overlays/hdfml_overlay/o/OpenMPI/OpenMPI-4.1.4-NVHPC-23.1.eb @@ -4,7 +4,7 @@ version = '4.1.4' homepage = 'https://www.open-mpi.org/' description = """The Open MPI Project is an open source MPI-3 implementation.""" -toolchain = {'name': 'NVHPC', 'version': '22.11'} +toolchain = {'name': 'NVHPC', 'version': '23.1'} toolchainopts = {'pic': True} source_urls = [ diff --git a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-NVHPC-23.1.eb similarity index 96% rename from Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb rename to Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-NVHPC-23.1.eb index 125606353..b06425298 100644 --- a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb +++ b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-NVHPC-23.1.eb @@ -7,7 +7,7 @@ based on MPICH v3. It provides extra low level communication libraries and integ various batch systems for tighter process control. """ -toolchain = {'name': 'NVHPC', 'version': '22.11'} +toolchain = {'name': 'NVHPC', 'version': '23.1'} sources = [SOURCE_TAR_GZ] source_urls = ['https://github.com/ParaStation/psmpi/archive/'] diff --git a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.8.0-1-NVHPC-22.11.eb b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.8.0-1-NVHPC-23.1.eb similarity index 96% rename from Overlays/hdfml_overlay/p/psmpi/psmpi-5.8.0-1-NVHPC-22.11.eb rename to Overlays/hdfml_overlay/p/psmpi/psmpi-5.8.0-1-NVHPC-23.1.eb index 3ad1f7e18..802ecc42b 100644 --- a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.8.0-1-NVHPC-22.11.eb +++ b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.8.0-1-NVHPC-23.1.eb @@ -7,7 +7,7 @@ based on MPICH v3. It provides extra low level communication libraries and integ various batch systems for tighter process control. """ -toolchain = {'name': 'NVHPC', 'version': '22.11'} +toolchain = {'name': 'NVHPC', 'version': '23.1'} sources = [SOURCE_TAR_GZ] source_urls = ['https://gitlab.jsc.fz-juelich.de/ParTec/psmpi/uploads/762714c8eec01fe59239a52798a70e1c/'] -- GitLab