Skip to content

Commit 62e4c21

Browse files
author
Simon Lefrancois
committed
set OMP_NUM_THREADS
1 parent 12a557a commit 62e4c21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/jenkins_buildbot_dlt.sh

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
88
# MKL
99
export MKL_THREADING_LAYER=GNU
1010

11+
# Set OpenMP threads for stability of speedtests
12+
export OMP_NUM_THREADS=1
13+
1114
BUILDBOT_DIR=$WORKSPACE/nightly_build
1215

1316
mkdir -p ${BUILDBOT_DIR}

0 commit comments

Comments
 (0)