Skip to content

Commit

Permalink
CI: Use new icx for intel compiler instead of icc/icpc
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 19, 2023
1 parent 83b55f3 commit fdf7242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ then

if [ "$COMPILER" == "intel" ]
then
CXX=icpc
CC=icc
CXX=icx
CC=icx
FC=ifort
CFLAGS="-Wall -Wunused"
CXXFLAGS="-Wall -Wextra -Wunused"
Expand Down

0 comments on commit fdf7242

Please sign in to comment.