Skip to content

Commit a7d51a1

Browse files
committed
26.3
1 parent fa14e5d commit a7d51a1

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.gitlab-ci-correaa.yml

Lines changed: 4 additions & 7 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-25.7: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested as a real gate
850+
nvhpc-26.3: # 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:25.7-runtime-cuda12.9-ubuntu24.04 # nvcr.io/nvidia/nvhpc:25.9-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
852+
image: 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,12 +859,9 @@ nvhpc-25.7: # 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-
- ls -all /opt/nvidia/hpc_sdk/Linux_x86_64/
863-
- ls -all /opt/nvidia/hpc_sdk/Linux_x86_64/25.7
864-
- ls -all /opt/nvidia/hpc_sdk/Linux_x86_64/25.7/compilers
865-
- /opt/nvidia/hpc_sdk/Linux_x86_64/25.7/compilers/bin/nvc++ --version
862+
- /opt/nvidia/hpc_sdk/Linux_x86_64/2026/compilers/bin/nvc++ --version
866863
- mkdir build && cd build
867-
- CXX=/opt/nvidia/hpc_sdk/Linux_x86_64/25.7/compilers/bin/nvc++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++23 -D_GLIBCXX_ASSERTIONS=0"
864+
- 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"
868865
- cmake --build . || cmake --build . --parallel 1 --verbose
869866
- OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 ctest --output-on-failure
870867
needs: ["nvhpc"]

0 commit comments

Comments
 (0)