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

Revision history [back]

One option would be to use the spreadsheet export functionality in PAT to generate an OpenStudio Analysis Spreadsheet. The github repo for how to run and use the spreadsheet is found here. This will allow you to run your PAT project and use the algorithmic capability of OS-Server on EC2, however you wont be in the PAT world anymore.

Another option for running OS-Server jobs is to create local OS-Servers on your other machines using Vagrant, VirtualBox and Chef. Instructions on how to do this are found on the github page. This will allow you to submit model runs to your own OS-Server instances instead of EC2. This workflow is how we test and develop new OS-Server code, however it is a bit more involved than just running on EC2.