Skip to content

Commit

Permalink
add NO_MTK=true
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 18, 2024
1 parent 39edadc commit 989647e
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 @@ -6,6 +6,7 @@ fi

export MPLBACKEND=qt5agg
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
export NO_MTK=true # speeds up the precompilation

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

0 comments on commit 989647e

Please sign in to comment.