Skip to content

Commit 2e54b91

Browse files
committed
fix path
1 parent 58e36c6 commit 2e54b91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci-correaa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,9 +860,9 @@ nvhpc-25.7: # highest nvhpc that is not 26.3 (26.3 has a compiler bug), tested
860860
script:
861861
- apt-get install --no-install-recommends -y cmake ninja-build make libboost-timer-dev libboost-serialization-dev libfftw3-dev pkg-config
862862
- ls -all /opt/nvidia/hpc_sdk/Linux_x86_64/
863-
- /opt/nvidia/hpc_sdk/Linux_x86_64/2025/compilers/bin/nvc++ --version
863+
- /opt/nvidia/hpc_sdk/Linux_x86_64/25.7/compilers/bin/nvc++ --version
864864
- mkdir build && cd build
865-
- CXX=/opt/nvidia/hpc_sdk/Linux_x86_64/2025/compilers/bin/nvc++ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++23 -D_GLIBCXX_ASSERTIONS=0"
865+
- 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"
866866
- cmake --build . || cmake --build . --parallel 1 --verbose
867867
- OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 ctest --output-on-failure
868868
needs: ["nvhpc"]

0 commit comments

Comments
 (0)