exapde / Exasim

Exasim: Generating Discontinuous Galerkin Codes For Extreme Scalable Simulations
MIT License
65 stars 19 forks source link

add flags for all interfaces #30

Closed rloekvh closed 2 years ago

rloekvh commented 2 years ago

Adds the following fields to the pde struct:

pde.cpuappflags pde.gpuappflags pde.cpulibflags pde.gpulibflags

The first two are flags specified by the user that get added to the compilation of opuApp and gpuApp. The second two are flags that get passed to compilation of Exasim libraries in genlib files. All fields default to empty strings.

Closes #29

exapde commented 2 years ago

The update is good.