Fix BSSN build config selection
This commit is contained in:
@@ -55,9 +55,10 @@ USE_CXX_KERNELS ?= 1
|
||||
USE_CXX_ESCALAR_KERNEL ?= 1
|
||||
|
||||
## Cached transfer switch
|
||||
## 1 : enable cached Sync/Restrict/OutBd transfer on evolution hot paths
|
||||
## 0 (default) : keep the original uncached transfer path for precision-safe runs
|
||||
USE_TRANSFER_CACHE ?= 0
|
||||
## auto (default): enable for BSSN vacuum, keep other paths on the safe uncached path
|
||||
## 1 : force cached Sync/Restrict/OutBd transfer on evolution hot paths
|
||||
## 0 : force the original uncached transfer path
|
||||
USE_TRANSFER_CACHE ?= auto
|
||||
|
||||
## RK4 kernel implementation switch
|
||||
## 1 (default) : use C/C++ rewrite of rungekutta4_rout (for optimization experiments)
|
||||
|
||||
Reference in New Issue
Block a user