include openmp in ICC
Signed-off-by: TejeshPala <tejesh.pala@fau.de>
This commit is contained in:
parent
4cfa664533
commit
c73efea786
@ -1,7 +1,7 @@
|
||||
CC = icc
|
||||
LINKER = $(CC)
|
||||
|
||||
OPENMP = #-qopenmp
|
||||
OPENMP = -qopenmp
|
||||
PROFILE = #-profile-functions -g -pg
|
||||
|
||||
ifeq ($(ISA),AVX512)
|
||||
|
Loading…
Reference in New Issue
Block a user