Markers for init and copy to investigate deviations

This commit is contained in:
Georg Hager
2019-03-14 13:30:22 +01:00
parent bc717360ec
commit 4e39aab88a
5 changed files with 43 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
CFLAGS = -DLIKWID -DLIKWID_PERFMON -Ofast -xHost -std=c99 -ffreestanding $(OPENMP) $(LIKWID_INC)
LFLAGS = $(OPENMP) $(LIKWID_LIB) -llikwid
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =