Skip to content

Commit

Permalink
Update nvhpc to version 23.7 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur authored and crtrott committed Aug 25, 2023
1 parent 7805bdc commit cc278c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ pipeline {
make -j8 && ctest --verbose'''
}
}
stage('CUDA-11.7-NVHPC') {
stage('CUDA-12.2-NVHPC') {
agent {
dockerfile {
filename 'Dockerfile.nvhpc'
dir 'scripts/docker'
additionalBuildArgs '--build-arg BASE=nvcr.io/nvidia/nvhpc:22.9-devel-cuda11.7-ubuntu20.04'
additionalBuildArgs '--build-arg BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04'
label 'nvidia-docker && large_images && volta'
args '-v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES'
}
Expand All @@ -70,7 +70,7 @@ pipeline {
OMP_MAX_ACTIVE_LEVELS = 1
OMP_PLACES = 'threads'
OMP_PROC_BIND = 'spread'
NVHPC_CUDA_HOME = '/opt/nvidia/hpc_sdk/Linux_x86_64/22.9/cuda/11.7'
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 cc278c4

Please sign in to comment.