Skip to content

Commit

Permalink
CI: See if reverting to old intel compiler names fixes intel build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Aug 9, 2023
1 parent 972a5ad commit 944f671
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=icpx
CC=icx
CXX=icpc
CC=icc
FC=ifort
CFLAGS="-Wall -Wunused"
CXXFLAGS="-Wall -Wextra -Wunused"
Expand Down

0 comments on commit 944f671

Please sign in to comment.