From 91131baf3d5777b13e4cd50307464fa863fde227 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Fri, 24 Feb 2017 12:52:13 +0000 Subject: [PATCH] Remove BDW and KNL targets from OpenACC as not yet supported by PGI --- OpenACC.make | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenACC.make b/OpenACC.make index 6fecf1c..9ec5c4d 100644 --- a/OpenACC.make +++ b/OpenACC.make @@ -14,7 +14,7 @@ ifeq ($(COMPILER), PGI) define target_help Set a TARGET to ensure PGI targets the correct offload device. Available targets are: - SNB, IVB, HSW, BDW, KNL + SNB, IVB, HSW KEPLER, MAXWELL, PASCAL HAWAII endef @@ -24,8 +24,6 @@ endif TARGET_FLAGS_SNB = -ta=multicore -tp=sandybridge TARGET_FLAGS_IVB = -ta=multicore -tp=ivybridge TARGET_FLAGS_HSW = -ta=multicore -tp=haswell -TARGET_FLAGS_BDW = -ta=multicore -tp=haswell # Not yet supported directly -TARGET_FLAGS_KNL = -ta=multicore -tp=haswell # Not yet supported directly TARGET_FLAGS_KEPLER = -ta=nvidia:cc35 TARGET_FLAGS_MAXWELL = -ta=nvidia:cc50 TARGET_FLAGS_PASCAL = -ta=nvidia:cc60