File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sudo apt-get install -y \
1717echo ' deb [trusted=yes] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /' | \
1818 sudo tee /etc/apt/sources.list.d/nvhpc.list
1919sudo 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
Original file line number Diff line number Diff line change 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!"
You can’t perform that action at this time.
0 commit comments