We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a557a commit 62e4c21Copy full SHA for 62e4c21
.jenkins/jenkins_buildbot_dlt.sh
@@ -8,6 +8,9 @@ export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
8
# MKL
9
export MKL_THREADING_LAYER=GNU
10
11
+# Set OpenMP threads for stability of speedtests
12
+export OMP_NUM_THREADS=1
13
+
14
BUILDBOT_DIR=$WORKSPACE/nightly_build
15
16
mkdir -p ${BUILDBOT_DIR}
0 commit comments