NuSiF-Solver/BasicSolver/3D-mpi/config.mk

18 lines
372 B
Makefile
Raw Normal View History

2023-02-05 07:34:23 +01:00
# Supported: GCC, CLANG, ICC
TAG ?= ICC
2024-07-08 09:52:11 +02:00
ENABLE_MPI ?= true
2023-02-05 07:34:23 +01:00
ENABLE_OPENMP ?= false
# Supported: rb, mg
SOLVER ?= mg
2024-07-08 09:52:11 +02:00
# Supported: seq, mpi
VTK_OUTPUT_FMT ?= seq
2023-02-05 07:34:23 +01:00
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
OPTIONS += -DVERBOSE
#OPTIONS += -DDEBUG
#OPTIONS += -DBOUNDCHECK
#OPTIONS += -DVERBOSE_AFFINITY
#OPTIONS += -DVERBOSE_DATASIZE
#OPTIONS += -DVERBOSE_TIMER