Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flags for all interfaces #30

Merged
merged 1 commit into from
Feb 1, 2022
Merged

add flags for all interfaces #30

merged 1 commit into from
Feb 1, 2022

Conversation

rloekvh
Copy link
Collaborator

@rloekvh rloekvh commented Jan 26, 2022

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
Copy link
Owner

exapde commented Feb 1, 2022

The update is good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile flags to App files and core libraries
2 participants