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

18 lines
367 B
Makefile
Raw Normal View History

2024-09-16 13:51:10 +02:00
# Supported: GCC, CLANG, ICX
TAG ?= ICX
2024-07-27 02:19:56 +02:00
# Supported: true, false
2024-02-05 08:46:13 +01:00
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
# Supported: v1, v2, v3
COMM_TYPE ?= v3
2023-02-05 07:34:23 +01:00
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
OPTIONS += -DVERBOSE
# OPTIONS += -DTEST
2023-02-05 07:34:23 +01:00
#OPTIONS += -DVERBOSE_AFFINITY
#OPTIONS += -DVERBOSE_DATASIZE
#OPTIONS += -DVERBOSE_TIMER