2

Track openstudio/eplus simulation progress

Hi,

I have found a very old post about tracking simulation progress using some log files. A nice hack, but it is not what I am looking for.

Currently, I generate my workflow files with Ruby, and run the simulations using the openstudio cli (from Ruby). Is there any way I could have some info about the progress of the eplus simulation so that I can provide some feedback to the frontend of our application?

Thanks

MapMortar's avatar
145
MapMortar
asked 2024-03-08 05:24:56 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2024-03-08 07:17:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

Since OpenStudio v3.4.0 you can add the cli flags --show-stdout, --add-timings, and --style-stdoutto print run info to stdout as shown here: https://github.com/NREL/OpenStudio/pu...

ericringold's avatar
10.6k
ericringold
answered 2024-03-08 08:45:18 -0500, updated 2024-03-08 09:03:07 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks. Just tested. Perfect.

MapMortar's avatar MapMortar (2024-03-08 11:13:11 -0500) edit
add a comment see more comments