Additional parallelism in solve_rate_cool #127
Labels
enhancement
New feature or request
refactor
internal reorganization or code simplification with no behavior changes
Milestone
Currently, the
scale_fields
,ceiling_fields
, andmake_consistent
functions are not parallelized the way the rest ofsolve_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 ofsolve_chemistry
.The text was updated successfully, but these errors were encountered: