We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a89e9 commit d15654aCopy full SHA for d15654a
1 file changed
bin/run_julia
@@ -57,10 +57,10 @@ fi
57
julia_init+='using KiteModels; function menu(); include("examples/menu.jl"); end'
58
59
# Build launch arguments once for primary and fallback execution paths.
60
-JULIA_ARGS=("+${julia_major}" -t 1 $GCT --project -i -e "$julia_init" "$@")
+JULIA_ARGS=("+${julia_major}" -t "auto" $GCT --project -i -e "$julia_init" "$@")
61
if test -f "$SOFILE"; then
62
echo "Found system image!"
63
- JULIA_ARGS=("+${julia_major}" -J "$SOFILE" -t 1 $GCT --project -i -e "$julia_init" "$@")
+ JULIA_ARGS=("+${julia_major}" -J "$SOFILE" -t "auto" $GCT --project -i -e "$julia_init" "$@")
64
fi
65
66
# Run Julia with setup_env overrides first, then retry once with a clean loader env.
0 commit comments