CG-Bench/config.mk

12 lines
259 B
Makefile
Raw Normal View History

2025-01-03 14:23:28 +01:00
# Supported: GCC, CLANG, ICC
TOOLCHAIN ?= CLANG
ENABLE_MPI ?= true
2025-01-03 14:23:28 +01:00
# ENABLE_OPENMP ?= false
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
#OPTIONS += -DVERBOSE
2025-01-03 14:23:28 +01:00
#OPTIONS += -DVERBOSE_AFFINITY
#OPTIONS += -DVERBOSE_DATASIZE
#OPTIONS += -DVERBOSE_TIMER