openfast
openfast copied to clipboard
Change OpenFAST standard output from estimated time-of-completion (ETA) to time-to-completion
Is your feature request related to a problem? Please describe.
The current OpenFAST standard output shows an estimated time-of-completion. This causes confusion when the computation time is greater than 24Hrs.
Describe the solution you'd like
An estimated of time-to-completion would help better plan simulations and time allocations on HPC resources.
Describe alternatives you've considered
Extend the current time-of-completion to include date.
Additional Context
The stdout could display:
Time: 158 of 300 seconds. Estimated final completion in 26:12:10 (HH:MM:SS.)
instead of:
Time: 158 of 300 seconds. Estimated final completion at 17:02:60.
No way of knowing what day the time 17:02:60
corresponds to.
I agree that this change would make sense