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

Aggregate progress if many progress bars are shown #49

Open
pepijndevos opened this issue Oct 9, 2023 · 0 comments
Open

Aggregate progress if many progress bars are shown #49

pepijndevos opened this issue Oct 9, 2023 · 0 comments

Comments

@pepijndevos
Copy link

pepijndevos commented Oct 9, 2023

In the SciML EnsembleProblem it is possible to report progress from hundreds if not thousands of parallel simulations. This is a case that is not at all handled well by TerminalLoggers which will completely swamp the screen with jittery progress bars.

We've ended up aggregating progress messages internally, but other people chimed in as well that this is not an isolated problem. So I'd like to explore if there is interest in upstreaming the aggregation code in some form?

Possibly with some additional work to automatically aggregate after a certain number of progress bars.

SciML/SciMLBase.jl#514

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

1 participant