Control parallelization of fixed step solvers #81
Labels
Changelog: New Feature
Include in the "Added" section of the changelog
enhancement
New feature or request
What is the expected behavior?
When a parallel solver is used, the solver attempts to parallelize over every single time step that is being solved. As a result, these parallel solvers use massive amounts of memory. In order to enable these solvers to be used at higher dimensions, or over longer time periods, some functionality should be added which limits how many steps are parallelized at once.
A couple different ways to do this:
The text was updated successfully, but these errors were encountered: