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

Revision history [back]

To answer on your comment on the original question about building from source.

In ccmake (or whatever it is you use to configure), did you enable the "BUILD_PAT" option which is off by default (see here)? As far as slowness, make sure you set CMAKE_BUILD_TYPE=Release.

There's this section for APPLE here that you may want to look at, might need something similar for other UNIX type. (you could try changing IF APPLE by IF UNIX for starters, but it might need tweaking.

So I'd say:

  • Make sur you have enabled "BUILD_PAT" and try again if you hadn't.
  • If that doesn't work, change line 1558 to IF UNIX
  • If that doesn't work, this needs tweaking of the paths used, and I don't have a linux machine handy so I can't help.

That being said, I'm sure you can build PAT directly from the Github repo OpenStudio-PAT, see wiki.

To answer on your comment on the original question about building from source.

In ccmake (or whatever it is you use to configure), did you enable the "BUILD_PAT" option which is off by default (see here)? As far as slowness, make sure you set CMAKE_BUILD_TYPE=Release.

There's this section for APPLE here that you may want to look at, might need something similar for other UNIX type. (you could try changing IF APPLE by IF UNIX for starters, but it might need tweaking.

So I'd say:

  • Make sur sure you have enabled "BUILD_PAT" and try again if you hadn't.
  • If that doesn't work, change line 1558 to IF UNIX
  • If that doesn't work, this needs tweaking of the paths used, and I don't have a linux machine handy so I can't help.

That being said, I'm sure you can build PAT directly from the Github repo OpenStudio-PAT, see wiki.