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
13 lines
235 B
Makefile
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
|