From d31ac01394a602fa6d64b0166b554f9ba54c809f Mon Sep 17 00:00:00 2001 From: "Scherbakov, Denis" Date: Fri, 9 Sep 2022 03:59:54 -0500 Subject: [PATCH] Switch to 2022.1 icx version --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3867d62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +fft_bench +*.o \ No newline at end of file diff --git a/Makefile b/Makefile index 37af246..45bf240 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SOURCES = fft_bench.c CC = icx CFLAGS = -m64 -fPIC -fp-model strict -O3 -g -fomit-frame-pointer \ - -DNDEBUG -qopenmp -xSSE4.2 -xCORE-AVX2 -xCORE-AVX512 -xCOMMON-AVX512 \ + -DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,COMMON-AVX512 \ -lmkl_rt -Wall -pedantic ifneq ($(CONDA_PREFIX),)