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

Additional parallelism in solve_rate_cool #127

Open
brittonsmith opened this issue Dec 13, 2022 · 0 comments
Open

Additional parallelism in solve_rate_cool #127

brittonsmith opened this issue Dec 13, 2022 · 0 comments
Labels
enhancement New feature or request refactor internal reorganization or code simplification with no behavior changes
Milestone

Comments

@brittonsmith
Copy link
Contributor

Currently, the scale_fields, ceiling_fields, and make_consistent functions are not parallelized the way the rest of solve_rate_cool is. These are all fully local and should be straightforward to do with OpenMP in a similar strategy to the rest of the code. This might increase the parallel efficiency of solve_chemistry.

@brittonsmith brittonsmith added enhancement New feature or request refactor internal reorganization or code simplification with no behavior changes labels Dec 13, 2022
@brittonsmith brittonsmith added this to the 3.3 milestone Dec 13, 2022
@brittonsmith brittonsmith modified the milestones: 3.3, 3.4 Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor internal reorganization or code simplification with no behavior changes
Projects
None yet
Development

No branches or pull requests

1 participant