Skip to content

Commit 47787a9

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildkite): explicitly set the OPENBLAS_NUM_THREADS environment variable (#42470)
(cherry picked from commit 5b20380)
1 parent e574443 commit 47787a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipelines/main/platforms/tester_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ steps:
5353
echo "--- Run the Julia test suite"
5454
unset JULIA_DEPOT_PATH
5555
export JULIA_UNDER_RR="$${JULIA_BINARY:?} .buildkite/utilities/rr/rr_capture.jl $${JULIA_BINARY:?}"
56+
export OPENBLAS_NUM_THREADS=8
5657
5758
if [[ "$${BUILDKITE_STEP_KEY:?}" == "tester_linux64_rr" ]]; then
5859
# For the `rr` job, we disable multi-threading.

0 commit comments

Comments
 (0)