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 2018-10-15 11:34:42 -0500

s_pourm's avatar

updated 2018-10-15 12:46:15 -0500

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2018-10-17 02:48:26 -0500

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

edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2018-10-15 11:34:42 -0500

Seen: 157 times

Last updated: Oct 17 '18