Skip to content

Commit b9caf41

Browse files
committed
nvhpc 25.11
1 parent 3551911 commit b9caf41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci-correaa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,9 @@ nvhpc-22.7:
847847
- OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 ctest --output-on-failure
848848
needs: ["nvhpc"]
849849

850-
nvhpc-26.1: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested as a real gate
850+
nvhpc-25.11: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested as a real gate
851851
stage: build
852-
image: nvcr.io/nvidia/nvhpc:26.1-devel-cuda13.1-ubuntu24.04 # https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags
852+
image: nvcr.io/nvidia/nvhpc:25.11-devel-cuda13.0-ubuntu24.04 # nvcr.io/nvidia/nvhpc:26.1-devel-cuda13.1-ubuntu24.04 # https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags
853853
tags:
854854
- non-shared
855855
- large-disk-space
@@ -859,7 +859,7 @@ nvhpc-26.1: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested
859859
- develop
860860
script:
861861
- apt-get install --no-install-recommends -y cmake ninja-build make libboost-timer-dev libboost-serialization-dev libfftw3-dev pkg-config
862-
- /opt/nvidia/hpc_sdk/Linux_x86_64/2026/compilers/bin/nvc++ --version
862+
- /opt/nvidia/hpc_sdk/Linux_x86_64/2025/compilers/bin/nvc++ --version
863863
- mkdir build && cd build
864864
- CXX=/opt/nvidia/hpc_sdk/Linux_x86_64/2026/compilers/bin/nvc++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++23 -D_GLIBCXX_ASSERTIONS=0"
865865
- cmake --build . || cmake --build . --parallel 1 --verbose

0 commit comments

Comments
 (0)