Skip to content
Snippets Groups Projects
Commit 2e180df6 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Modify the NVHPC packages to upgrade them to 21.5

parent 49e9526c
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ The table below shows the details of the toolchains in the 2020 stage: ...@@ -16,7 +16,7 @@ The table below shows the details of the toolchains in the 2020 stage:
| NVHPC | 21.1-GCC-9.3.0 | 9.3.0 | NVHPC 21.1 | | 11.0.X§ | | GCCcore | | NVHPC | 21.1-GCC-9.3.0 | 9.3.0 | NVHPC 21.1 | | 11.0.X§ | | GCCcore |
| iccifort | 2020.2.254-GCC-9.3.0 | 9.3.0 | Intel 2020.2.254 | | | | GCCcore | | iccifort | 2020.2.254-GCC-9.3.0 | 9.3.0 | Intel 2020.2.254 | | | | GCCcore |
| GCC | 10.3.0 | 10.3.0 | GCC 10.3.0 | | | | GCCcore | | GCC | 10.3.0 | 10.3.0 | GCC 10.3.0 | | | | GCCcore |
| NVHPC | 21.4-GCC-10.3.0 | 10.3.0 | NVHPC 21.4 | | 11.3.X§ | | GCCcore | | NVHPC | 21.5-GCC-10.3.0 | 10.3.0 | NVHPC 21.5 | | 11.3.X§ | | GCCcore |
| intel-compilers | 2021.2.0-GCC-10.3.0 | 10.3.0 | Intel 2021.2.0 | | | | GCCcore | | intel-compilers | 2021.2.0-GCC-10.3.0 | 10.3.0 | Intel 2021.2.0 | | | | GCCcore |
- Compilers+MPI - Compilers+MPI
...@@ -32,7 +32,7 @@ The table below shows the details of the toolchains in the 2020 stage: ...@@ -32,7 +32,7 @@ The table below shows the details of the toolchains in the 2020 stage:
| gompi | 2020 | 9.3.0 | GCC 9.3.0 | OpenMPI 4.1.0rc1 | 11.0.X§ | | GCCcore, GCC | | gompi | 2020 | 9.3.0 | GCC 9.3.0 | OpenMPI 4.1.0rc1 | 11.0.X§ | | GCCcore, GCC |
| iompi | 2020 | 9.3.0 | Intel 2020.2.254 | OpenMPI 4.1.0rc1 | 11.0.X§ | | GCCcore, iccifort | | iompi | 2020 | 9.3.0 | Intel 2020.2.254 | OpenMPI 4.1.0rc1 | 11.0.X§ | | GCCcore, iccifort |
| gpsmpi | 2021 | 10.3.0 | GCC 10.3.0 | ParaStationMPI 5.4.X | 11.3.X§ | | GCCcore, GCC | | gpsmpi | 2021 | 10.3.0 | GCC 10.3.0 | ParaStationMPI 5.4.X | 11.3.X§ | | GCCcore, GCC |
| npsmpic | 2021 | 10.3.0 | NVHPC 21.4 | ParaStationMPI 5.4.X | 11.3.X | | GCCcore, NVHPC | | npsmpic | 2021 | 10.3.0 | NVHPC 21.5 | ParaStationMPI 5.4.X | 11.3.X | | GCCcore, NVHPC |
| ipsmpi | 2021 | 10.3.0 | Intel 2021.2.0 | ParaStationMPI 5.4.X | 11.3.X§ | | GCCcore, intel-compilers | | ipsmpi | 2021 | 10.3.0 | Intel 2021.2.0 | ParaStationMPI 5.4.X | 11.3.X§ | | GCCcore, intel-compilers |
| iimpi | 2021 | 10.3.0 | Intel 2021.2.0 | Intel MPI 2021.2.0 | | | GCCcore, intel-compilers | | iimpi | 2021 | 10.3.0 | Intel 2021.2.0 | Intel MPI 2021.2.0 | | | GCCcore, intel-compilers |
| gompi | 2021 | 10.3.0 | GCC 10.3.0 | OpenMPI 4.1.1 | 11.3.X§ | | GCCcore, GCC | | gompi | 2021 | 10.3.0 | GCC 10.3.0 | OpenMPI 4.1.1 | 11.3.X§ | | GCCcore, GCC |
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import os as local_os import os as local_os
name = 'NVHPC' name = 'NVHPC'
version = '21.4' version = '21.5'
local_gccver = '10.3.0' local_gccver = '10.3.0'
versionsuffix = f'-GCC-{local_gccver}' versionsuffix = f'-GCC-{local_gccver}'
...@@ -20,7 +20,7 @@ sources = [local_tarball_tmpl % '%(arch)s'] ...@@ -20,7 +20,7 @@ sources = [local_tarball_tmpl % '%(arch)s']
checksums = [ checksums = [
{ {
local_tarball_tmpl % 'x86_64': local_tarball_tmpl % 'x86_64':
'391d5604a70f61bdd4ca6a3e4692f6f2391948990c8a35c395b6867341890031', '21989e52c58a6914743631c8200de1fec7e10b3449c6c1833f3032ee74b85f8e',
} }
] ]
......
...@@ -10,7 +10,7 @@ site_contacts = 'sc@fz-juelich.de' ...@@ -10,7 +10,7 @@ site_contacts = 'sc@fz-juelich.de'
toolchain = SYSTEM toolchain = SYSTEM
local_compiler = ('NVHPC', '21.4-GCC-10.3.0') local_compiler = ('NVHPC', '21.5-GCC-10.3.0')
dependencies = [ dependencies = [
local_compiler, local_compiler,
......
...@@ -8,7 +8,7 @@ description = """The Open MPI Project is an open source MPI-3 implementation.""" ...@@ -8,7 +8,7 @@ description = """The Open MPI Project is an open source MPI-3 implementation."""
site_contacts = 'sc@fz-juelich.de' site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'NVHPC', 'version': '21.4-GCC-10.3.0'} toolchain = {'name': 'NVHPC', 'version': '21.5-GCC-10.3.0'}
toolchainopts = {'pic': True} toolchainopts = {'pic': True}
source_urls = [ source_urls = [
......
...@@ -9,7 +9,7 @@ various batch systems for tighter process control. ...@@ -9,7 +9,7 @@ various batch systems for tighter process control.
site_contacts = 'sc@fz-juelich.de' site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'NVHPC', 'version': '21.4-GCC-10.3.0'} toolchain = {'name': 'NVHPC', 'version': '21.5-GCC-10.3.0'}
sources = ['%(version)s.tar.gz'] sources = ['%(version)s.tar.gz']
source_urls = ['https://github.com/ParaStation/psmpi/archive/'] source_urls = ['https://github.com/ParaStation/psmpi/archive/']
......
...@@ -8,7 +8,7 @@ description = """The Open MPI Project is an open source MPI-3 implementation.""" ...@@ -8,7 +8,7 @@ description = """The Open MPI Project is an open source MPI-3 implementation."""
site_contacts = 'sc@fz-juelich.de' site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'NVHPC', 'version': '21.4-GCC-10.3.0'} toolchain = {'name': 'NVHPC', 'version': '21.5-GCC-10.3.0'}
toolchainopts = {'pic': True} toolchainopts = {'pic': True}
source_urls = [ source_urls = [
......
...@@ -9,7 +9,7 @@ various batch systems for tighter process control. ...@@ -9,7 +9,7 @@ various batch systems for tighter process control.
site_contacts = 'sc@fz-juelich.de' site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'NVHPC', 'version': '21.4-GCC-10.3.0'} toolchain = {'name': 'NVHPC', 'version': '21.5-GCC-10.3.0'}
sources = ['%(version)s.tar.gz'] sources = ['%(version)s.tar.gz']
source_urls = ['https://github.com/ParaStation/psmpi/archive/'] source_urls = ['https://github.com/ParaStation/psmpi/archive/']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment