NREL / OpenStudio-PAT

The Parametric Analysis Tool (PAT) is part of the OpenStudio collection of software tools.
https://www.openstudio.net/
Other
26 stars 12 forks source link

PAT v3.7.0 Local Server running EnergyPlus 23.1 #272

Closed craig-simmons closed 8 months ago

craig-simmons commented 9 months ago

When I run manual analysis using a local server the EnergyPlus runs fail with errors that appear to be due to the server attempting to run them through v23.1 although OS v3.7.0 should run on EnergyPlus v23.2. I've run the exact same workflows and single models through the OS-CLI v3.7.0 with no issues.

One possibility is that the openstudio-extension gem is listed as v0.6.1 instead of the expected v0.7.0, screenshot below.

Attaching the eplusout.err file showing v23.1 on line 1, along with a screenshot of the local server "Admin" tab showing OS versions.

image image eplusout.err.txt

wenyikuang commented 8 months ago

You are right, the E+ should be updated in PAT:

https://github.com/NREL/OpenStudio-PAT/blob/7c1cfe8af3d9802eeb71192340b2c6ab8a9c61b9/manifest.json#L4-L9

Will update it tomorrow.

wenyikuang commented 8 months ago

https://github.com/NREL/OpenStudio-PAT/pull/273 <- could you try it ?

Feel free to ping me on teams.

wenyikuang commented 8 months ago

Fixed as upon the PR #273 merged. Release has been updated too.

Along with that, a compatitable issue in intel mac has been fixed.