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

Add progress bar output #25503

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Add progress bar output #25503

merged 3 commits into from
Sep 24, 2023

Conversation

dschwen
Copy link
Member

@dschwen dschwen commented Sep 18, 2023

Closes #22906

@moosebuild
Copy link
Contributor

moosebuild commented Sep 18, 2023

Job Documentation on 85c3576 wanted to post the following:

View the site here

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

moosebuild commented Sep 18, 2023

Job Coverage on 85c3576 wanted to post the following:

Framework coverage

No coverage report(s) were found for the base commit bde4818.
Full coverage report

Modules coverage

No coverage report(s) were found for the base commit bde4818.

Full coverage reports

Reports

This comment will be updated on new commits.

framework/doc/content/source/outputs/ProgressOutput.md Outdated Show resolved Hide resolved
framework/include/outputs/ProgressOutput.h Show resolved Hide resolved
framework/include/outputs/ProgressOutput.h Outdated Show resolved Hide resolved
framework/src/outputs/ProgressOutput.C Outdated Show resolved Hide resolved
framework/src/outputs/ProgressOutput.C Outdated Show resolved Hide resolved
framework/src/outputs/ProgressOutput.C Outdated Show resolved Hide resolved
framework/include/outputs/ProgressOutput.h Outdated Show resolved Hide resolved
test/tests/outputs/progress/tests Outdated Show resolved Hide resolved
lindsayad
lindsayad previously approved these changes Sep 20, 2023
framework/include/executioners/Transient.h Show resolved Hide resolved
framework/include/executioners/Transient.h Outdated Show resolved Hide resolved
@hugary1995
Copy link
Contributor

I guess this is type of work that gets done at FY end lol. I want to try this out!

@hugary1995
Copy link
Contributor

someday I wish we can get an xterm window with tqdm-like progress bar :)

@dschwen dschwen merged commit 94e0642 into idaholab:next Sep 24, 2023
44 checks passed
@dschwen
Copy link
Member Author

dschwen commented Sep 24, 2023

I have an idea for improving this, by showing the max of the time and time step progress. If either end_time or num_steps are not specified they default to very large numbers (making the corresponding progress miniscule).

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

Successfully merging this pull request may close these issues.

Simulation progress output
5 participants