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

13 lines
235 B
Makefile
Raw Normal View History

2024-09-19 13:12:09 +02:00
# Supported: GCC, CLANG, ICX
TAG ?= ICX
2024-02-15 09:44:06 +01:00
ENABLE_OPENMP ?= false
# Supported: sor, rb, mg
2024-03-05 21:24:45 +01:00
SOLVER ?= mg
# Run in debug settings
DEBUG ?= false
2024-02-15 09:44:06 +01:00
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
2024-03-05 21:24:45 +01:00
#OPTIONS += -DVERBOSE
2024-02-15 09:44:06 +01:00
#OPTIONS += -DDEBUG