Skip to content

Commit

Permalink
use eager registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 9, 2024
1 parent f510652 commit d0946e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/run_julia
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if [[ $(basename $(pwd)) == "bin" ]]; then
fi

export MPLBACKEND=qt5agg
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager

if command -v nproc &> /dev/null; then
FAST_CORES=$(($(nproc) / 2 - 1))
Expand Down

0 comments on commit d0946e4

Please sign in to comment.