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

Clearer separation between ReferenceExecutor and OmpExecutor #1364

Open
upsj opened this issue Jul 10, 2023 · 1 comment
Open

Clearer separation between ReferenceExecutor and OmpExecutor #1364

upsj opened this issue Jul 10, 2023 · 1 comment

Comments

@upsj
Copy link
Member

upsj commented Jul 10, 2023

Currently ReferenceExecutor derives from OmpExecutor to inherit the allocation and copy functionality. That means that some OpenMP functionality needs to be compiled even with OpenMP disabled. Maybe we want to provide a cleaner separation between the two backends?

@MarcelKoch
Copy link
Member

Also mentioned in #402

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

No branches or pull requests

2 participants