Integrate sequential enhanced solver

This commit is contained in:
2024-02-15 09:44:06 +01:00
parent 5d33bb9d57
commit fe57042556
35 changed files with 2548 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Supported: GCC, CLANG, ICC
TAG ?= CLANG
ENABLE_OPENMP ?= false
#Feature options
OPTIONS += -DARRAY_ALIGNMENT=64
# OPTIONS += -DVERBOSE
#OPTIONS += -DDEBUG
#OPTIONS += -DBOUNDCHECK
#OPTIONS += -DVERBOSE_AFFINITY
#OPTIONS += -DVERBOSE_DATASIZE
#OPTIONS += -DVERBOSE_TIMER