forked from moebiusband/NuSiF-Solver
BasicSolver
PoissonSolver
2D-mpi
src
Makefile
README.md
config.mk
include_CLANG.mk
include_GCC.mk
include_ICC.mk
poisson.par
surface.plot
2D-seq
.clang-format
.clang-tidy
.clangd
.gitignore
LICENSE
README.md
10 lines
209 B
Makefile
10 lines
209 B
Makefile
# Supported: GCC, CLANG, ICC
|
|
TAG ?= CLANG
|
|
ENABLE_OPENMP ?= false
|
|
|
|
#Feature options
|
|
OPTIONS += -DARRAY_ALIGNMENT=64
|
|
#OPTIONS += -DVERBOSE_AFFINITY
|
|
#OPTIONS += -DVERBOSE_DATASIZE
|
|
#OPTIONS += -DVERBOSE_TIMER
|