1

install energyplus in linux

After I install Energyplus in the Linux system, the type of "energyplus-9.3.0" is shared library (application/x-sharedlib), which should be executable (application/x-executable) type. How could I figure out this problem?

yingli.lou@colorado.edu's avatar
163
yingli.lou@colorado.edu
asked 2020-05-10 21:57:04 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-05-11 07:00:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Pretty sure you just chmod +x energyplus-9.3.0 and away you go.

mwilson's avatar
83
mwilson
answered 2020-05-11 11:00:08 -0500
edit flag offensive 0 remove flag delete link

Comments

Yes, I use chmod +x EnergyPlus-9.3.0-baff08990c-Linux-x86_64.sh And After that, it reminds me that

EnergyPlus install directory [/usr/local/EnergyPlus-9-3-0]: Symbolic link location

But in the folder /usr/local/EnergyPlus-9-3-0, there is no application/x-executable file

yingli.lou@colorado.edu's avatar yingli.lou@colorado.edu (2020-05-11 12:58:31 -0500) edit

Hi, as I understood when tried to install it in Linux, there is no executable file because EnergyPlus does not have IDF Editor for Linux. If you take a look at their website, they specifically wrote that there is no graphical user interface for working with EnergyPlus in Linux. Therefore, the command prompt is used in Linux for creating EP models, and because of that, you need those links. To clarify my comment, there is no IDF Editor in Linux, only command prompt. If I am wrong, please correct me.

DavorJ's avatar DavorJ (2020-05-13 07:28:44 -0500) edit
add a comment see more comments