2024-09-19 13:12:09 +02:00
|
|
|
# Supported: GCC, CLANG, ICX
|
|
|
|
TAG ?= ICX
|
2023-02-05 07:34:23 +01:00
|
|
|
ENABLE_OPENMP ?= false
|
2024-03-06 07:27:28 +01:00
|
|
|
# Supported: sor, rb, mg
|
2024-07-27 02:19:56 +02:00
|
|
|
SOLVER ?= mg
|
2024-03-04 14:29:49 +01:00
|
|
|
# Run in debug settings
|
|
|
|
DEBUG ?= false
|
2023-02-05 07:34:23 +01:00
|
|
|
|
|
|
|
#Feature options
|
|
|
|
OPTIONS += -DARRAY_ALIGNMENT=64
|
2024-07-27 02:19:56 +02:00
|
|
|
OPTIONS += -DVERBOSE
|
2023-02-05 07:34:23 +01:00
|
|
|
#OPTIONS += -DDEBUG
|