We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52a938 commit a5e7497Copy full SHA for a5e7497
1 file changed
.gitlab-ci-correaa.yml
@@ -1008,7 +1008,7 @@ g++ not-cuda:
1008
- nvidia-smi
1009
- apt-get install --no-install-recommends -y cmake ninja-build g++-12 wget pkg-config make libboost-serialization-dev libblas-dev libfftw3-dev
1010
- mkdir build && cd build
1011
- - g++-12 --version
+ - g++ --version
1012
- /usr/local/cuda/bin/nvcc --version
1013
- cmake .. -DCMAKE_BUILD_TYPE=Release
1014
- cmake --build . || cmake --build . --parallel 1 --verbose
0 commit comments