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.
OPENBLAS_NUM_THREADS
1 parent e574443 commit 47787a9Copy full SHA for 47787a9
.buildkite/pipelines/main/platforms/tester_linux.yml
@@ -53,6 +53,7 @@ steps:
53
echo "--- Run the Julia test suite"
54
unset JULIA_DEPOT_PATH
55
export JULIA_UNDER_RR="$${JULIA_BINARY:?} .buildkite/utilities/rr/rr_capture.jl $${JULIA_BINARY:?}"
56
+ export OPENBLAS_NUM_THREADS=8
57
58
if [[ "$${BUILDKITE_STEP_KEY:?}" == "tester_linux64_rr" ]]; then
59
# For the `rr` job, we disable multi-threading.
0 commit comments