Skip to content

Commit

Permalink
use nvhpc 22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
samkellerhals committed May 30, 2024
1 parent 2627ee8 commit b7ce1e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
rm -rf /var/lib/apt/lists/*

# Install NVIDIA HPC SDK for nvfortran
ARG HPC_SDK_VERSION=24.5
ARG HPC_SDK_NAME=nvhpc_2024_245_Linux_x86_64_cuda_multi
ARG HPC_SDK_URL=https://developer.download.nvidia.com/hpc-sdk/24.5/${HPC_SDK_NAME}.tar.gz
ARG HPC_SDK_VERSION=22.11
ARG HPC_SDK_NAME=nvhpc_2022_2211_Linux_x86_64_cuda_11.8
ARG HPC_SDK_URL=https://developer.download.nvidia.com/hpc-sdk/22.11/${HPC_SDK_NAME}.tar.gz

RUN wget -q ${HPC_SDK_URL} -O /tmp/nvhpc.tar.gz && \
mkdir -p /opt/nvidia && \
Expand Down

0 comments on commit b7ce1e9

Please sign in to comment.