From ffb796d8f71eb4b1bac9878e644332e769112aee Mon Sep 17 00:00:00 2001 From: igrqb <100824876+igrqb@users.noreply.github.com> Date: Sun, 17 Nov 2024 21:32:22 +1000 Subject: [PATCH] Update linux_intel.def Updated the Intel compiler executable name for latest version of Intel OneAPI --- linux_intel.def | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux_intel.def b/linux_intel.def index 2a70067..b53c31a 100755 --- a/linux_intel.def +++ b/linux_intel.def @@ -1,6 +1,9 @@ # for intel compiler on linux (most exercises work with icc as well) # copy to make.def -CC = icpc +# +# Make sure to execute `. /opt/intel/oneapi/setvars.sh` in the terminal +# before executing `make test` +CC = icx CPP = $(CC) OPTFLAGS = -openmp