From c678b44a0a2bb9b4e072a207bf0fc619ffb6dfc3 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Thu, 16 Nov 2023 14:35:30 -0700 Subject: [PATCH] CI: One more intel try -- icpx, icx, ifx --- cmake-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-config b/cmake-config index 6088915ba1..2ae29736b1 100755 --- a/cmake-config +++ b/cmake-config @@ -160,7 +160,7 @@ then if [ "$COMPILER" == "intel" ] then - CXX=icx + CXX=icpx CC=icx FC=ifx CFLAGS="-Wall -Wunused"