From 5d697fdfe9f5c65cf07f7e913bc0f3332140005f Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Tue, 2 Feb 2021 11:49:16 +0000 Subject: [PATCH] Add missing OpenMP flag to Intel CPU builds --- OpenMP.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMP.make b/OpenMP.make index d0702ed..dde3f75 100644 --- a/OpenMP.make +++ b/OpenMP.make @@ -80,7 +80,7 @@ OMP_CLANG_NVIDIA = -DOMP_TARGET_GPU -fopenmp=libomp -fopenmp-targets=nvptx64-nvi OMP_GNU_NVIDIA = -DOMP_TARGET_GPU -fopenmp -foffload=nvptx-none OMP_GNU_AMD = -DOMP_TARGET_GPU -fopenmp -foffload=amdgcn-amdhsa -OMP_INTEL_CPU = -xHOST -qopt-streaming-stores=always +OMP_INTEL_CPU = -xHOST -qopt-streaming-stores=always -qopenmp OMP_INTEL_INTEL_GPU = -DOMP_TARGET_GPU -qnextgen -fiopenmp -fopenmp-targets=spir64 OMP_AOMP_GPU = -DOMP_TARGET_GPU -fopenmp -fopenmp-targets=amdgcn-amd-amdhsa -Xopenmp-target=amdgcn-amd-amdhsa -march=gfx906