Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
4

Operating speed of OpenStudio

asked 6 years ago

s_pourm's avatar

updated 6 years ago

I am not an expert on this, but it seems the Openstudio is only using one of my cores, although I have assigned it to 4,

My problem is operating speed within the Openstudio, not the simulation.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 6 years ago

I'm no expert on this either, but OpenStudio Application is developed in Qt C++.

A single thread is generally used to render the application, which isn't something specific to OpenStudio, but rather because rendering actions aren't really parallelizable.

That being said, a few limited actions are spun into separate threads, especially when you launch the application: it starts the measure manager, and it uses the VersionTranslator to update your OSM model, and the OSM libraries you have set (defaults to office.osm and hvac_library.osm) to match the OS Application version[1]


[1] see source code in OpenStudioApp.cpp#L193:L199

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 6 years ago

Seen: 187 times

Last updated: Oct 17 '18