Skip to content

Commit

Permalink
Add option for appDaemon to config.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 10, 2019
1 parent 77efc35 commit ae0e65b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae0e65b

Please sign in to comment.