Files
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
NuSiF-Solver/PoissonSolver/2D-mpi/config.mk
Jan Eitzinger 213e633a4d Initial checkin
2023-02-05 07:34:23 +01:00

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