# Supported: GCC, CLANG, ICX TAG ?= ICX # Supported: true, false ENABLE_MPI ?= true ENABLE_OPENMP ?= false # Supported: rb, mg SOLVER ?= mg # Supported: v1, v2, v3 COMM_TYPE ?= v3 #Feature options OPTIONS += -DARRAY_ALIGNMENT=64 OPTIONS += -DVERBOSE # OPTIONS += -DTEST #OPTIONS += -DVERBOSE_AFFINITY #OPTIONS += -DVERBOSE_DATASIZE #OPTIONS += -DVERBOSE_TIMER