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

19 lines
397 B
Makefile
Raw Normal View History

2024-09-19 13:12:09 +02:00
# Supported: GCC, CLANG, ICX
TAG ?= ICX
2024-07-27 02:19:56 +02:00
# Supported: true, false
ENABLE_MPI ?= true
2023-02-05 07:34:23 +01:00
ENABLE_OPENMP ?= false
2024-07-27 02:19:56 +02:00
# Supported: rb, mg
SOLVER ?= mg
2024-01-31 17:40:36 +01: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