Skip to content

Instantly share code, notes, and snippets.

@joshwentz
Last active December 26, 2015 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshwentz/7227035 to your computer and use it in GitHub Desktop.
Save joshwentz/7227035 to your computer and use it in GitHub Desktop.
#Open Terminal & move to where you want to install
#Install git: sudo apt-get install git-core
#git clone https://gist.github.com/6214690.git
#cd 7227035/
#sh energyplus8.sh
#Download EnergyPlus
sudo wget http://developer.nrel.gov/downloads/buildings/energyplus/builds/EPlusV800008-lin-64.tar.gz
sudo tar xzf EPlusV800008-lin-64.tar.gz
find EnergyPlus-8-0-0 -type f -perm -o+rx;
#Test Run EnergyPlus
cd EnergyPlus-8-0-0/
./runenergyplus ExampleFiles/BasicsFiles/Exercise1A.idf USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
@chiensiTB
Copy link

hi josh.

Every time I try to run the last command, it always says that some files or directories do not exist.

Input file : Exercise1A.idf
Weather file: USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
./runenergyplus: line 427: /usr/7227035/bin/ExpandObjects: No such file or directory

=============== EnergyPlus =================
Input file : Exercise1A.idf
./runenergyplus: line 485: /usr/7227035/bin/EnergyPlus: No such file or directory

File 'eplusout.end' does not exist.
./runenergyplus: line 534: /usr/7227035/bin/ReadVarsESO: No such file or directory
./runenergyplus: line 535: /usr/7227035/bin/ReadVarsESO: No such file or directory

EnergyPlus output files are located in: "/usr/7227035/EnergyPlus-8-0-0/ExampleFiles/BasicsFiles/Output"

===== EnergyPlus terminated with error =====

Any idea why this might be?

@alexvlachokostas
Copy link

Hi Chien,
I had the same problem and I posted the solution on "Unmet Hours":
https://unmethours.com/question/13278/bash-script-and-usrbin-folder-debugging/
Regards,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment