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

verbose mode #2347

Open
baggepinnen opened this issue Nov 8, 2023 · 2 comments
Open

verbose mode #2347

baggepinnen opened this issue Nov 8, 2023 · 2 comments

Comments

@baggepinnen
Copy link
Contributor

While working with large models and staring at

julia> sol = solve(prob, Rodas4()

for 5+ minutes, it would be nice to know what is going on. Is the problem compiling, is it stuck in initialization or is it solving and that is taking a long time?

Similar tools, like the modelica-family of tools, print the status of each step in a terminal, which is a nicer user experience.

MTK could benefit from a verbose = true option, or use of @debug, so that the user can get the same kind of feedback.

@ChrisRackauckas
Copy link
Member

Is this a verbose mode for MTK or SciMLBase/DiffEqBase? Sounds like the latter.

@baggepinnen
Copy link
Contributor Author

Yeah you're right, it is probably the latter

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

No branches or pull requests

2 participants