forked from moebiusband/NuSiF-Solver
BasicSolver
2D-mpi
2D-seq
3D-mpi
3D-seq
src
Makefile
README.md
canal.par
config.mk
dcavity.par
include_CLANG.mk
include_GCC.mk
include_ICC.mk
README.md
EnhancedSolver
PoissonSolver
.clang-format
.clang-tidy
.clangd
.gitignore
LICENSE
README.md
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# Supported: GCC, CLANG, ICC
|
|
TAG ?= CLANG
|
|
ENABLE_OPENMP ?= false
|
|
# Supported: sor, mg
|
|
SOLVER ?= mg
|
|
# Run in debug settings
|
|
DEBUG ?= false
|
|
|
|
#Feature options
|
|
OPTIONS += -DARRAY_ALIGNMENT=64
|
|
#OPTIONS += -DVERBOSE
|
|
#OPTIONS += -DDEBUG
|