Files
TheBandwidthBenchmark/config.mk
2019-03-14 13:30:22 +01:00

12 lines
263 B
Makefile

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