Skip to content

Commit

Permalink
Use NVHPC 23.7 for testing of OpenACC
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Aug 25, 2023
1 parent b70d78f commit 8886eb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ pipeline {
}
stage('Build') {
parallel {
stage('OPENACC-NVHPC-CUDA-11.6') {
stage('OPENACC-NVHPC-CUDA-12.2') {
agent {
dockerfile {
filename 'Dockerfile.nvhpc'
dir 'scripts/docker'
additionalBuildArgs '--build-arg BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04'
label 'nvidia-docker && volta && large_images'
args '--env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES'
}
}
environment {
CUDA_HOME = '/opt/nvidia/hpc_sdk/Linux_x86_64/22.3/cuda/11.6'
NVHPC_CUDA_HOME = '/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/cuda/12.2'
}
steps {
sh '''rm -rf build && mkdir -p build && cd build && \
Expand Down

0 comments on commit 8886eb6

Please sign in to comment.