Skip to content

Commit

Permalink
set env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Dec 20, 2024
1 parent 24cc24e commit 9154c30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/run_julia
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ if [[ $julia_major == "1.1" ]]; then
else
GCT=""
fi
if [[ $HOSTNAME == "ufryzen" || $HOSTNAME == "framework" ]]; then
export NO_MTK=true
export USE_V9=true

fi
branch=$(git rev-parse --abbrev-ref HEAD)

if test -f "bin/kps-image-${julia_major}-${branch}.so"; then
Expand Down

0 comments on commit 9154c30

Please sign in to comment.