Skip to content

Commit

Permalink
always execute using KiteControllers
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 15, 2024
1 parent f22eb79 commit ee2fd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run_julia
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ branch=$(git rev-parse --abbrev-ref HEAD)

if test -f "bin/kps-image-${julia_major}-${branch}.so"; then
echo "Found system image!"
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t $FAST_CORES,1 $GCT --project
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t $FAST_CORES,1 $GCT --project -i -e 'using KiteModels'
else
PLOT=1 julia --project -t $FAST_CORES,1 $GCT
PLOT=1 julia --project -t $FAST_CORES,1 $GCT -i -e 'using KiteModels'
# julia --project
fi

0 comments on commit ee2fd9a

Please sign in to comment.