We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4375b96 commit f59d04bCopy full SHA for f59d04b
1 file changed
.gitlab-ci.yml
@@ -177,7 +177,7 @@ noether-rust-qfunctions:
177
interruptible: true
178
before_script:
179
# Environment
180
- - export COVERAGE=1 CC=gcc-14 CXX=g++-14 FC=gfortran-14 NVCC=nvcc CEED_CLANG_CUDA_CXX=clang++-22
+ - export COVERAGE=1 CC=gcc-14 CXX=g++-14 FC=gfortran-14 NVCC=nvcc CEED_USE_CLANG_CUDA=1
181
- export NPROC_POOL=1
182
- echo "-------------- nproc ---------------" && NPROC_CPU=$(nproc) && NPROC_GPU=$(($(nproc)<8?$(nproc):8)) && echo "NPROC_CPU" $NPROC_CPU && echo "NPROC_GPU" $NPROC_GPU
183
- echo "-------------- CC ------------------" && $CC --version
0 commit comments