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 ea2c59f commit 544c48cCopy full SHA for 544c48c
.jenkins/jenkins_buildbot_dlt.sh
@@ -5,6 +5,9 @@ export PATH=/usr/local/cuda/bin:$PATH
5
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
6
export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
7
8
+# MKL
9
+export MKL_THREADING_LAYER=GNU
10
+
11
BUILDBOT_DIR=$WORKSPACE/nightly_build
12
13
mkdir -p ${BUILDBOT_DIR}
0 commit comments