Skip to content

Commit

Permalink
slight change for makefile options for icc
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed May 19, 2016
1 parent a28b7be commit ea47e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea47e24

Please sign in to comment.