Skip to content

Commit

Permalink
Merge pull request #2248 from DARMA-tasking/2237-azure-cuda-pipelines
Browse files Browse the repository at this point in the history
#2237: Update nvidia-12 build to use CUDA 12.2
  • Loading branch information
lifflander authored Feb 13, 2024
2 parents 0b42e49 + 829f8d9 commit 265b63c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/azure/azure-nvidia-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (nvidia cuda 12.1.0, gcc-9, ubuntu, mpich)
name: PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich)

trigger:
branches:
Expand All @@ -27,7 +27,7 @@ variables:
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: 12.1.0
COMPILER: 12.2.0
HOST_COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
Expand Down
6 changes: 3 additions & 3 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ cache_name = ubuntu-intel-oneapi-icpc-cache
output_name = ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
vt_extended_tests = 0

[PR-tests-nvcc-12-1-gcc-9]
test_configuration = "nvidia cuda 12.1.0, gcc-9, ubuntu, mpich"
[PR-tests-nvcc-12-2-gcc-9]
test_configuration = "nvidia cuda 12.2.0, gcc-9, ubuntu, mpich"
compiler_type = nvidia
compiler = 12.1.0
compiler = 12.2.0
host_compiler = gcc-9
distro = 20.04
cache_name = ubuntu-nvidia-12-cache
Expand Down

0 comments on commit 265b63c

Please sign in to comment.