Skip to content

Commit 4fff2ce

Browse files
Upgrade NVHPC to 25.11 (#1835)
1 parent a729937 commit 4fff2ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dependencies/install_nvhpc25-9.sh renamed to .github/workflows/dependencies/install_nvhpc25-11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo apt-get install -y \
1717
echo 'deb [trusted=yes] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /' | \
1818
sudo tee /etc/apt/sources.list.d/nvhpc.list
1919
sudo apt-get update -y
20-
sudo apt-get install -y --no-install-recommends nvhpc-25-9
20+
sudo apt-get install -y --no-install-recommends nvhpc-25-11
2121

2222
# things should reside in /opt/nvidia/hpc_sdk now
2323

.github/workflows/nvidia.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
cmake --build build --parallel 2
3232
ctest --test-dir build --output-on-failure
3333
34-
tests-nvhpc25-9-nvcc:
35-
name: NVHPC@25.9
34+
tests-nvhpc25-11-nvcc:
35+
name: NVHPC@25.11
3636
runs-on: ubuntu-24.04
3737
if: github.event.pull_request.draft == false
3838
# Catch warnings:
@@ -41,11 +41,11 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Dependencies
44-
run: .github/workflows/dependencies/install_nvhpc25-9.sh
44+
run: .github/workflows/dependencies/install_nvhpc25-11.sh
4545
- name: Build & Install
4646
run: |
4747
source /etc/profile.d/modules.sh
48-
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/25.9
48+
module load /opt/nvidia/hpc_sdk/modulefiles/nvhpc/25.11
4949
5050
which nvcc || echo "nvcc not in PATH!"
5151
which nvc++ || echo "nvc++ not in PATH!"

0 commit comments

Comments
 (0)