From ae0e65b427870300094edd799b7797a98d4eb1e4 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Sun, 10 Nov 2019 02:33:52 +0100 Subject: [PATCH] Add option for appDaemon to config.mk --- config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.mk b/config.mk index 960732d0a..f31d6f46a 100644 --- a/config.mk +++ b/config.mk @@ -159,3 +159,6 @@ LIKWIDGROUPPATH = $(abspath $(INSTALLED_PREFIX)/share/likwid/perfgroups) CUDAINCLUDE = $(CUDA_HOME)/include # Include directory for CUPTI headers CUPTIINCLUDE = $(CUDA_HOME)/extras/CUPTI/include +# In order to hook into the CUDA application, the appDaemon is required +# If you just want the NvMarkerAPI, you can keep it false +BUILDAPPDAEMON=false