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 bdd929d commit b02756aCopy full SHA for b02756a
.gitlab-ci.yml
@@ -182,7 +182,7 @@ noether-rust-qfunctions:
182
before_script:
183
# Environment
184
- export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran NVCC=nvcc GPU_CLANG=1
185
- - export NPROC_POOL=4
+ - export NPROC_POOL=1
186
- echo "-------------- nproc ---------------" && NPROC_CPU=$(nproc) && NPROC_GPU=$(($(nproc)<8?$(nproc):8)) && echo "NPROC_CPU" $NPROC_CPU && echo "NPROC_GPU" $NPROC_GPU
187
- echo "-------------- CC ------------------" && $CC --version
188
- echo "-------------- CXX -----------------" && $CXX --version
0 commit comments