From 4a60d7ab5b50a5288d595dae2654344df64059b8 Mon Sep 17 00:00:00 2001 From: Chris Blanton Date: Thu, 20 Oct 2022 14:14:55 -0400 Subject: [PATCH] #48 Use core-avx-i for prod target for gaea Intel templates --- templates/ncrc5-intel-classic.mk | 2 +- templates/ncrc5-intel-oneapi.mk | 2 +- templates/ncrc5-intel.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ncrc5-intel-classic.mk b/templates/ncrc5-intel-classic.mk index 46e5ecf..07f0cce 100644 --- a/templates/ncrc5-intel-classic.mk +++ b/templates/ncrc5-intel-classic.mk @@ -97,7 +97,7 @@ ISA_OPT = $(ISA) ISA_REPRO = $(ISA) ISA_DEBUG = $(ISA) else -ISA_OPT = -march=core-avx2 -qno-opt-dynamic-align +ISA_OPT = -march=core-avx-i -qno-opt-dynamic-align ISA_REPRO = -march=core-avx-i -qno-opt-dynamic-align ISA_DEBUG = -march=core-avx-i -qno-opt-dynamic-align endif diff --git a/templates/ncrc5-intel-oneapi.mk b/templates/ncrc5-intel-oneapi.mk index f532386..73ef7a0 100644 --- a/templates/ncrc5-intel-oneapi.mk +++ b/templates/ncrc5-intel-oneapi.mk @@ -97,7 +97,7 @@ ISA_OPT = $(ISA) ISA_REPRO = $(ISA) ISA_DEBUG = $(ISA) else -ISA_OPT = -march=core-avx2 +ISA_OPT = -march=core-avx-i ISA_REPRO = -march=core-avx-i ISA_DEBUG = -march=core-avx-i endif diff --git a/templates/ncrc5-intel.mk b/templates/ncrc5-intel.mk index 9547d8c..72137ed 100644 --- a/templates/ncrc5-intel.mk +++ b/templates/ncrc5-intel.mk @@ -97,7 +97,7 @@ ISA_OPT = $(ISA) ISA_REPRO = $(ISA) ISA_DEBUG = $(ISA) else -ISA_OPT = -march=core-avx2 +ISA_OPT = -march=core-avx-i ISA_REPRO = -march=core-avx-i ISA_DEBUG = -march=core-avx-i endif