NuSiF-Solver/EnhancedSolver/3D-seq/config.mk

13 lines
229 B
Makefile
Raw Normal View History

2024-09-19 13:12:09 +02:00
# Supported: GCC, CLANG, ICX
TAG ?= ICX
2024-07-27 02:19:56 +02:00
ENABLE_OPENMP ?= false
# Supported: rb, mg
SOLVER ?= mg
# Run in debug settings
DEBUG ?= false
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
OPTIONS += -DVERBOSE
#OPTIONS += -DDEBUG