Skip to content

Commit

Permalink
CI: fix CUDA 9.2 download path
Browse files Browse the repository at this point in the history
The old CUDA 9.2 package is not longer available.
  • Loading branch information
psychocoderHPC authored and bernhardmgruber committed Dec 3, 2021
1 parent 1ddf487 commit f9b1b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ then
# Set the correct CUDA downloads
if [ "${ALPAKA_CI_CUDA_VERSION}" == "9.2" ]
then
ALPAKA_CUDA_PKG_DEB_NAME=cuda-repo-ubuntu1604-9-2-local
ALPAKA_CUDA_PKG_FILE_NAME="${ALPAKA_CUDA_PKG_DEB_NAME}"_9.2.88-1_amd64
ALPAKA_CUDA_PKG_FILE_PATH=https://developer.nvidia.com/compute/cuda/9.2/Prod/local_installers/${ALPAKA_CUDA_PKG_FILE_NAME}
ALPAKA_CUDA_PKG_DEB_NAME=cuda-repo-ubuntu1604
ALPAKA_CUDA_PKG_FILE_NAME="${ALPAKA_CUDA_PKG_DEB_NAME}"_9.2.148-1_amd64.deb
ALPAKA_CUDA_PKG_FILE_PATH=http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/${ALPAKA_CUDA_PKG_FILE_NAME}
elif [ "${ALPAKA_CI_CUDA_VERSION}" == "10.0" ]
then
ALPAKA_CUDA_PKG_DEB_NAME=cuda-repo-ubuntu1804-10-0-local
Expand Down

0 comments on commit f9b1b7f

Please sign in to comment.