Move benchmarks to MainMemory subdirectory

This commit is contained in:
Jan Eitzinger
2019-06-29 10:24:53 +02:00
parent 6d1012f71e
commit df88c45a4c
21 changed files with 0 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
CC = icc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -qopt-report -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =