MD-Bench/config.mk

19 lines
390 B
Makefile
Raw Normal View History

2021-03-24 08:43:44 +01:00
# Supported: GCC, CLANG, ICC
2021-06-11 09:48:41 +02:00
TAG ?= ICC
ENABLE_LIKWID ?= false
# SP or DP
DATA_TYPE ?= DP
# AOS or SOA
DATA_LAYOUT ?= AOS
2021-03-24 08:43:44 +01:00
# Number of times to run the neighbors loop
NEIGHBORS_LOOP_RUNS ?= 1
# Explicitly store and load atom types
EXPLICIT_TYPES ?= false
# Trace memory addresses for cache simulator
MEM_TRACER ?= false
2021-03-24 08:43:44 +01:00
#Feature options
OPTIONS = -DALIGNMENT=64
#OPTIONS += More options