NREL / OpenStudio-server

The OpenStudio Server is a docker or Helm deployable instance which allows for large-scale parametric analyses of building energy models using the OpenStudio or URBANopt CLIs.
http://www.openstudio.net/
Other
46 stars 20 forks source link

commenting out sleep as it causes significant delays in larger runs #767

Closed IainMacdonald closed 4 months ago

IainMacdonald commented 5 months ago

When setting up the datapoints the algorithm creates many duplicate entries. The duplicates are removed but the 'sleep 1' is inside the loop and can add hours to the overall simulation run time. We've had this line commented out for several months and it has not caused us any issues.