Files
TheBandwidthBenchmark/config.mk
2019-03-13 16:24:59 +01:00

12 lines
261 B
Makefile

# Supported: GCC, CLANG, ICC
TAG ?= GCC
ENABLE_OPENMP = false
#Feature options
OPTIONS = -DSIZE=40000000ull
OPTIONS += -DNTIMES=10
OPTIONS += -DARRAY_ALIGNMENT=64
#OPTIONS += -DVERBOSE_AFFINITY
#OPTIONS += -DVERBOSE_DATASIZE
#OPTIONS += -DVERBOSE_TIMER