From 56f633e8a7b797d48e39056824320eec69b7088f Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Wed, 15 Nov 2023 12:07:28 -0700 Subject: [PATCH] CI: Change fortran compiler to ifx --- cmake-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-config b/cmake-config index f5e264a40a..ee16b69286 100755 --- a/cmake-config +++ b/cmake-config @@ -162,7 +162,7 @@ then then CXX=icpc CC=icc - FC=ifort + FC=ifx CFLAGS="-Wall -Wunused" CXXFLAGS="-Wall -Wextra -Wunused" fi