Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 7, 2023
1 parent 7fb4021 commit 162ae89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/stage0/install_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ case "${with_intel}" in
;;
__SYSTEM__)
echo "==================== Finding Intel compiler from system paths ===================="
check_command icc "intel" && CC="$(realpath $(command -v icx))" || exit 1
check_command icpc "intel" && CXX="$(realpath $(command -v icpx))" || exit 1
check_command icc "intel" && CC="$(realpath $(command -v icc))" || exit 1
check_command icpc "intel" && CXX="$(realpath $(command -v icpc))" || exit 1
check_command ifort "intel" && FC="$(realpath $(command -v ifort))" || exit 1
F90="${FC}"
F77="${FC}"
Expand Down

0 comments on commit 162ae89

Please sign in to comment.