You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a clean Ubuntu machine (such as a vanilla ubuntu:2004 docker image), apt install libgomp1 libx11-6 is needed.
On mac, brew install libomp is needed (github actions has it installed, my M1 mac too to match).
It's confusing for some users to have even energyplus --help not working when they have a clean machine.
On Windows we ship open MP’s DLL as needed already:
jmarrec
changed the title
Update installation notes or package required extra libraries needed
Update installation notes or package required extra libraries needed (OpenMP)
Nov 6, 2023
Issue overview
On a clean Ubuntu machine (such as a vanilla
ubuntu:2004
docker image),apt install libgomp1 libx11-6
is needed.On mac,
brew install libomp
is needed (github actions has it installed, my M1 mac too to match).It's confusing for some users to have even
energyplus --help
not working when they have a clean machine.On Windows we ship open MP’s DLL as needed already:
EnergyPlus/cmake/Install.cmake
Lines 668 to 692 in 9c03e1c
We should either package these libs (or find a way to link them statically), or update the installation notes.
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: