Skip to content

Commit 79984f6

Browse files
committed
ci - rust job NPROC_POOL=1
1 parent c3f4796 commit 79984f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ noether-rust-qfunctions:
182182
before_script:
183183
# Environment
184184
- export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran NVCC=nvcc GPU_CLANG=1
185-
- export NPROC_POOL=4
185+
- export NPROC_POOL=1
186186
- echo "-------------- nproc ---------------" && NPROC_CPU=$(nproc) && NPROC_GPU=$(($(nproc)<8?$(nproc):8)) && echo "NPROC_CPU" $NPROC_CPU && echo "NPROC_GPU" $NPROC_GPU
187187
- echo "-------------- CC ------------------" && $CC --version
188188
- echo "-------------- CXX -----------------" && $CXX --version

0 commit comments

Comments
 (0)