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

13 lines
233 B
Makefile
Raw Normal View History

2024-02-15 09:44:06 +01:00
# Supported: GCC, CLANG, ICC
TAG ?= CLANG
ENABLE_OPENMP ?= false
2024-03-05 21:24:45 +01:00
# Supported: sor, mg
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