Files
TheBandwidthBenchmark/config.mk
2019-03-14 09:06:04 +01:00

12 lines
262 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