Skip to content

Commit

Permalink
Correct bug in build_all.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Oct 25, 2024
1 parent 4c6d932 commit addccd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ else
set +x
module use "${DIR_ROOT}/modulefiles"
if [[ "$compiler" == "intelllvm" ]]; then
if [[ ! -f ${DIR_ROOT}/modulefiles/build.$target.$compiler ]];then
set +x
if [[ ! -f ${DIR_ROOT}/modulefiles/build.$target.$compiler.lua ]];then
echo "IntelLLVM not available. Will use Intel Classic."
set -x
compiler=intel
fi
fi
Expand Down

0 comments on commit addccd3

Please sign in to comment.