Skip to content

Commit d15654a

Browse files
committed
Use -t auto
1 parent 71a89e9 commit d15654a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/run_julia

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ fi
5757
julia_init+='using KiteModels; function menu(); include("examples/menu.jl"); end'
5858

5959
# Build launch arguments once for primary and fallback execution paths.
60-
JULIA_ARGS=("+${julia_major}" -t 1 $GCT --project -i -e "$julia_init" "$@")
60+
JULIA_ARGS=("+${julia_major}" -t "auto" $GCT --project -i -e "$julia_init" "$@")
6161
if test -f "$SOFILE"; then
6262
echo "Found system image!"
63-
JULIA_ARGS=("+${julia_major}" -J "$SOFILE" -t 1 $GCT --project -i -e "$julia_init" "$@")
63+
JULIA_ARGS=("+${julia_major}" -J "$SOFILE" -t "auto" $GCT --project -i -e "$julia_init" "$@")
6464
fi
6565

6666
# Run Julia with setup_env overrides first, then retry once with a clean loader env.

0 commit comments

Comments
 (0)