Configure benchmarks
This commit is contained in:
BIN
bwbench-GCC
Executable file
BIN
bwbench-GCC
Executable file
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
# Supported: GCC, CLANG, ICC, ICX
|
||||
TAG ?= ICC
|
||||
TAG ?= GCC
|
||||
ENABLE_OPENMP ?= true
|
||||
ENABLE_LIKWID ?= false
|
||||
|
||||
#Feature options
|
||||
OPTIONS = -DSIZE=120000000ull
|
||||
OPTIONS += -DNTIMES=10
|
||||
OPTIONS = -DSIZE=12000ull
|
||||
OPTIONS += -DNTIMES=3
|
||||
OPTIONS += -DARRAY_ALIGNMENT=64
|
||||
#OPTIONS += -DVERBOSE_AFFINITY
|
||||
#OPTIONS += -DVERBOSE_DATASIZE
|
||||
|
||||
Reference in New Issue
Block a user