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

13 lines
234 B
Makefile
Raw Normal View History

2023-02-05 07:34:23 +01:00
# Supported: GCC, CLANG, ICC
TAG ?= CLANG
ENABLE_OPENMP ?= false
# Supported: sor, mg
SOLVER ?= sor
# Run in debug settings
DEBUG ?= false
2023-02-05 07:34:23 +01:00
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
#OPTIONS += -DVERBOSE
2023-02-05 07:34:23 +01:00
#OPTIONS += -DDEBUG