include openmp in ICC

Signed-off-by: TejeshPala <tejesh.pala@fau.de>
This commit is contained in:
TejeshPala 2024-01-11 17:16:17 +01:00
parent 4cfa664533
commit c73efea786

View File

@ -1,7 +1,7 @@
CC = icc CC = icc
LINKER = $(CC) LINKER = $(CC)
OPENMP = #-qopenmp OPENMP = -qopenmp
PROFILE = #-profile-functions -g -pg PROFILE = #-profile-functions -g -pg
ifeq ($(ISA),AVX512) ifeq ($(ISA),AVX512)