Skip to content

Commit

Permalink
CI (Buildkite): explicitly set the OPENBLAS_NUM_THREADS environment…
Browse files Browse the repository at this point in the history
… variable (#42470)

(cherry picked from commit 5b20380)
  • Loading branch information
DilumAluthge authored and staticfloat committed Dec 22, 2022
1 parent 2048f92 commit 2acfacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipelines/main/platforms/tester_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ steps:
echo "--- Run the Julia test suite"
unset JULIA_DEPOT_PATH
export JULIA_UNDER_RR="$${JULIA_BINARY:?} .buildkite/utilities/rr/rr_capture.jl $${JULIA_BINARY:?}"
export OPENBLAS_NUM_THREADS=8
if [[ "$${BUILDKITE_STEP_KEY:?}" == "tester_linux64_rr" ]]; then
# For the `rr` job, we disable multi-threading.
Expand Down

0 comments on commit 2acfacd

Please sign in to comment.