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

reset threads also when initializing the summary callback #1587

Merged
merged 2 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. reset threads also when initializing the summary callback

    I added the option to reset the threads from Polyester.jl in also in the summary callback.
    The idea is that this supports another development workflow where we just modify the RHS
    implementation and call solve again without re-ccreating the ODE.
    
    The same comment as in 036eaed applies:
    However, I did not document it in the docstring since we have not documented
    that we use Polyester.jl threads in general - and the resetting is specific
    to Polyester.jl. I was not sure whether we still would like to keep the option
    to change the threading backend any time - although I do not see a good reason
    why we should do so.
    ranocha committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3945701 View commit details
    Browse the repository at this point in the history
  2. format

    ranocha committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ae17b3f View commit details
    Browse the repository at this point in the history