Skip to content

Commit a5e7497

Browse files
committed
g++ versiion
1 parent e52a938 commit a5e7497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci-correaa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ g++ not-cuda:
10081008
- nvidia-smi
10091009
- apt-get install --no-install-recommends -y cmake ninja-build g++-12 wget pkg-config make libboost-serialization-dev libblas-dev libfftw3-dev
10101010
- mkdir build && cd build
1011-
- g++-12 --version
1011+
- g++ --version
10121012
- /usr/local/cuda/bin/nvcc --version
10131013
- cmake .. -DCMAKE_BUILD_TYPE=Release
10141014
- cmake --build . || cmake --build . --parallel 1 --verbose

0 commit comments

Comments
 (0)