MD-Bench/config.mk
Rafael Ravedutti 4bde1944cf Update script for plotting gather data and AOS results for casclakesp2
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
2021-07-01 20:02:59 +02:00

19 lines
409 B
Makefile

# Supported: GCC, CLANG, ICC
TAG ?= ICC
ENABLE_LIKWID ?= false
# SP or DP
DATA_TYPE ?= DP
# AOS or SOA
DATA_LAYOUT ?= AOS
# Number of times to run the neighbors loop on stubbed variant
NEIGHBORS_LOOP_RUNS ?= 1
# Explicitly store and load atom types
EXPLICIT_TYPES ?= false
# Trace memory addresses for cache simulator
MEM_TRACER ?= false
#Feature options
OPTIONS = -DALIGNMENT=64
#OPTIONS += More options