Files
BasicSolver
EnhancedSolver
2D-mpi
2D-seq
src
vis_files
Makefile
README.md
backstep.par
canal.par
config.mk
dcavity.par
include_CLANG.mk
include_GCC.mk
include_ICX.mk
karman.par
residual.plot
surface.plot
vector.plot
3D-mpi
3D-seq
PoissonSolver
.clang-format
.clang-tidy
.clangd
.gitignore
LICENSE
README.md
NuSiF-Solver/EnhancedSolver/2D-seq/config.mk
2024-09-19 13:12:09 +02:00

13 lines
235 B
Makefile

# Supported: GCC, CLANG, ICX
TAG ?= ICX
ENABLE_OPENMP ?= false
# Supported: sor, rb, mg
SOLVER ?= mg
# Run in debug settings
DEBUG ?= false
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
#OPTIONS += -DVERBOSE
#OPTIONS += -DDEBUG