From ea47e24d92e5a440077504735f633a4df0e126c4 Mon Sep 17 00:00:00 2001 From: Manodeep Sinha Date: Thu, 19 May 2016 16:17:28 +1000 Subject: [PATCH] slight change for makefile options for icc --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 324dbcc..ae14788 100644 --- a/common.mk +++ b/common.mk @@ -28,7 +28,7 @@ endif ifeq (icc,$(findstring icc,$(CC))) - CFLAGS += -xhost -opt-prefetch -opt-prefetch-distance=16 #-vec-report6 + CFLAGS += -xhost -ipo #-vec-report6 ifeq (USE_OMP,$(findstring USE_OMP,$(OPT))) CFLAGS += -openmp CLINK += -openmp