From c73efea786efebb008023eb890784502fd2c48bc Mon Sep 17 00:00:00 2001 From: TejeshPala Date: Thu, 11 Jan 2024 17:16:17 +0100 Subject: [PATCH] include openmp in ICC Signed-off-by: TejeshPala --- include_ICC.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include_ICC.mk b/include_ICC.mk index 485d9d7..22d2238 100644 --- a/include_ICC.mk +++ b/include_ICC.mk @@ -1,7 +1,7 @@ CC = icc LINKER = $(CC) -OPENMP = #-qopenmp +OPENMP = -qopenmp PROFILE = #-profile-functions -g -pg ifeq ($(ISA),AVX512)