Skip to content

Commit 163ba57

Browse files
committed
Fix number of threads
1 parent 104bd93 commit 163ba57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gitlab/ci-build-test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
source scripts/gitlab/setup-env.sh
44

55
export CTEST_OUTPUT_ON_FAILURE=1
6+
export NUMEXPR_NUM_THREADS=1
7+
export NUMEXPR_MAX_THREADS=1
68
# WITH_CUDA is defined in the per machine job yml.
79

810
cleanup() {

0 commit comments

Comments
 (0)