Overhaul to the user-defined parameters done: All logical switches, parameters and vertex buffer handles are now defined in a single header file (the default location is acc/mhd_solver/stencil_defines.h). This header is used when preprocessing the DSL sources and is linked to the include/ directory when calling scripts/compile_acc.sh. astaroth.h is now used for configuring internal stuff only and should not be modified by users

This commit is contained in:
jpekkila
2019-07-03 19:01:16 +03:00
parent 6907d74ea3
commit 7abb959828
5 changed files with 163 additions and 144 deletions

2
include/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Ignore the DSL headers
stencil_defines.h