Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Enable threads on the non-rr jobs #187

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions utilities/test_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ if [[ "${USE_RR-}" == "rr" ]] || [[ "${USE_RR-}" == "rr-net" ]]; then
else
export JULIA_CMD_FOR_TESTS="${JULIA_BINARY}"
export NCORES_FOR_TESTS="${JULIA_CPU_THREADS}"
# export JULIA_NUM_THREADS="${JULIA_CPU_THREADS}" # TODO: uncomment this line once we support running CI with threads
export JULIA_NUM_THREADS=1 # TODO: delete this line once we support running CI with threads
export JULIA_NUM_THREADS="${JULIA_CPU_THREADS}"

# Run all tests; `--ci` asserts that networking is available
export TESTS="all --ci"
Expand Down