Skip to content
Snippets Groups Projects
Commit 59fd104a authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

dump NVHPC toolchains to 22.11

parent ca8b9657
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ description = 'NVHPC based compiler toolchain, including Parastation MPICH2 for
toolchain = SYSTEM
local_compiler = ('NVHPC', '22.9')
local_compiler = ('NVHPC', '22.11')
dependencies = [
local_compiler,
......
......@@ -8,7 +8,7 @@ description = 'NVHPC based compiler toolchain, including OpenMPI for MPI support
toolchain = SYSTEM
local_compiler = ('NVHPC', '22.9')
local_compiler = ('NVHPC', '22.11')
dependencies = [
local_compiler,
......
......@@ -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.9'}
toolchain = {'name': 'NVHPC', 'version': '22.11'}
toolchainopts = {'pic': True}
source_urls = ['https://www.open-mpi.org/software/ompi/v%(version_major_minor)s/downloads']
......
......@@ -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.9'}
toolchain = {'name': 'NVHPC', 'version': '22.11'}
sources = [SOURCE_TAR_GZ]
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