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

threading vs thread in solver algorithms #2435

Open
ArnoStrouwen opened this issue Aug 26, 2024 · 1 comment
Open

threading vs thread in solver algorithms #2435

ArnoStrouwen opened this issue Aug 26, 2024 · 1 comment
Labels

Comments

@ArnoStrouwen
Copy link
Member

Some solvers use thread = OrdinaryDiffEq.True(), other use threading = true,
even though to me it looks like these keywords represent the same functionality.
It would be good to make this uniform for the next breaking release #2310 .

@ChrisRackauckas
Copy link
Member

They should all use the Static.jl form so that it can be handled at compile time. It shouldn't be true/false either, since PolyesterThreads is an answer. IIRC there is a 3 valued logic version defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants