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

Revision history [back]

If you just want to run then in parallel on a local resource you could use a script and the parallel ruby gem like is used on the BESTEST-GSR repository. But that may not be reasonable for 700k runs. You probably would want to setup an algorithmic OpenStudio Analysis using PAT. In you case you could have a single measure to replace the model with user specified model plus any reporting measure's you need.

If you just want to run then in parallel on a local resource you could use a script and the parallel ruby gem like is used on the BESTEST-GSR repository. But that may not be reasonable for 700k runs. You probably would want to setup an algorithmic OpenStudio Analysis using PAT. In you case you could have a single measure to replace the model with user specified model plus any reporting measure's you need.

You would have to package up all the OSM's to EC2 along with the server or write a measure to grab them form other web resources if they are already online somewhere.