forked from moebiusband/NuSiF-Solver
EnhancedSolver port complete
This commit is contained in:
12
EnhancedSolver/3D-seq/config.mk
Normal file
12
EnhancedSolver/3D-seq/config.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
# Supported: GCC, CLANG, ICC
|
||||
TAG ?= ICC
|
||||
ENABLE_OPENMP ?= false
|
||||
# Supported: rb, mg
|
||||
SOLVER ?= mg
|
||||
# Run in debug settings
|
||||
DEBUG ?= false
|
||||
|
||||
#Feature options
|
||||
OPTIONS += -DARRAY_ALIGNMENT=64
|
||||
OPTIONS += -DVERBOSE
|
||||
#OPTIONS += -DDEBUG
|
Reference in New Issue
Block a user