Skip to content

Commit 8ba9a93

Browse files
committed
Edit .gitlab-ci-correaa.yml
1 parent 9cf47e2 commit 8ba9a93

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.3: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested as a real gate
850+
nvhpc-26.1: # 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:26.3-devel-cuda13.1-ubuntu24.04 # https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags
853853
tags:
854854
- non-shared
855855
- large-disk-space
@@ -861,7 +861,7 @@ nvhpc-26.3: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested
861861
- apt-get install --no-install-recommends -y cmake ninja-build make libboost-timer-dev libboost-serialization-dev libfftw3-dev pkg-config
862862
- /opt/nvidia/hpc_sdk/Linux_x86_64/2026/compilers/bin/nvc++ --version
863863
- mkdir build && cd build
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"
864+
- CXX=/opt/nvidia/hpc_sdk/Linux_x86_64/2026/compilers/bin/nvc++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++20 -D_GLIBCXX_ASSERTIONS=0"
865865
- cmake --build . || cmake --build . --parallel 1 --verbose
866866
- OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 ctest --output-on-failure
867867
needs: ["nvhpc"]

0 commit comments

Comments
 (0)