Files
TheBandwidthBenchmark/config.mk
Jan Eitzinger c776efbdae Revert "Merge branch 'MARKERS' of github.com:RRZE-HPC/TheBandwidthBenchmark"
This reverts commit 21bedcda40, reversing
changes made to bb19bf5a49.
2019-03-19 09:13:01 +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