From 2d21f69eb74ff4277a2b271e894ed22fd58e69cb Mon Sep 17 00:00:00 2001 From: James Price Date: Thu, 23 Feb 2017 15:56:39 +0000 Subject: [PATCH] Add OMP_TARGET_ definitions for other compilers --- OpenMP.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenMP.make b/OpenMP.make index 06d3d00..bc4e955 100644 --- a/OpenMP.make +++ b/OpenMP.make @@ -25,6 +25,9 @@ OMP_CLANG = -fopenmp=libomp OMP = $(OMP_$(COMPILER)) OMP_TARGET_ = +OMP_TARGET_GNU = -fopenmp +OMP_TARGET_INTEL = +OMP_TARGET_CRAY = OMP_TARGET_CLANG = -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda OMP_TARGET = $(OMP_TARGET_$(COMPILER))