[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EnergyPlus_Support] Linux installation



Dear all (again), I keep having trouble installing EnergyPlus on my 
GNU/Linux box (Ubuntu 5.04 Debian-based).

Here's a procedure of installation and sys info, if anyone has any input 
or suggestion... please, let me know ;-)

timo@zeus:~$ ls -la SetEPlusV123023-lin.exe
-rwxr-xr-x  1 timo timo 22984377 2005-11-27 19:43 SetEPlusV123023-lin.exe

timo@zeus:~$ ./SetEPlusV123023-lin.exe
UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@xxxxxxxxxxxxx).
[./SetEPlusV123023-lin.exe] EnergyPlusV123/ password:
   creating: EnergyPlusV123/
   creating: EnergyPlusV123/bin/
  inflating: EnergyPlusV123/bin/Energy+.idd
  inflating: EnergyPlusV123/bin/energyplus
...
  inflating: EnergyPlusV123/install/energyplusenv.sh0
  inflating: EnergyPlusV123/install/instdirs.lis
  inflating: EnergyPlusV123/install/instfils.lis

timo@zeus:~$ cd EnergyPlusV123/install/

timo@zeus:~/EnergyPlusV123/install$ ls -la
total 52
drwxrwxr-x   2 timo timo  4096 2005-10-13 08:20 .
drwxrwxr-x  11 timo timo  4096 2005-10-13 08:20 ..
-rw-rw-r--   1 timo timo   106 2005-10-13 08:20 energyplusenv.csh0
-rw-rw-r--   1 timo timo   115 2005-10-13 08:20 energyplusenv.sh0
-rw-rw-r--   1 timo timo    62 2005-10-13 08:20 install.sh
-rw-rw-r--   1 timo timo   125 2005-10-13 08:20 instdirs.lis
-rw-rw-r--   1 timo timo 15482 2005-10-13 08:20 instfils.lis
-r--r--r--   1 timo timo  6268 2005-10-13 08:20 .setup.sh
-rw-rw-r--   1 timo timo   354 2005-10-13 08:20 uninstall.sh

timo@zeus:~/EnergyPlusV123/install$ chmod +x .setup.sh

timo@zeus:~/EnergyPlusV123/install$ ls -la .setup.sh
-r-xr-xr-x  1 timo timo 6268 2005-10-13 08:20 .setup.sh

timo@zeus:~/EnergyPlusV123/install$ exec ./.setup.sh install
#############################################
#### Find Operating System version etc...
#############################################
#### Find ENERGYPLUS_DIR :
#### EnergyPlus directory is /home/timo/EnergyPlusV123
#### Check writability of /home/timo/.cshrc , .profile , .bash_profile
#############################################
######## Check for install , uninstall
#############################################
#### Install EnergyPlus at directory /home/timo/EnergyPlusV123
#### Write energyplusenv.csh , energyplusenv.sh
#### Modify .cshrc , .profile , .bash_profile
#############################################
# To update your environment variables, you #
# need to log in your system again.         #
#############################################
#############################################
#### Install done.
#############################################

timo@zeus:~/EnergyPlusV123/install$ ls -la
total 56
drwxrwxr-x   2 timo timo  4096 2005-11-30 13:56 .
drwxrwxr-x  11 timo timo  4096 2005-11-30 13:56 ..
-rw-r--r--   1 timo timo   414 2005-10-26 05:41 
bash_profile.beforeEnergyPlus
-rw-rw-r--   1 timo timo   106 2005-10-13 08:20 energyplusenv.csh0
-rw-rw-r--   1 timo timo   115 2005-10-13 08:20 energyplusenv.sh0
-rw-rw-r--   1 timo timo    62 2005-10-13 08:20 install.sh
-rw-rw-r--   1 timo timo   125 2005-10-13 08:20 instdirs.lis
-rw-rw-r--   1 timo timo 15522 2005-11-30 13:56 instfils.lis
-r-xr-xr-x   1 timo timo  6268 2005-10-13 08:20 .setup.sh
-rw-rw-r--   1 timo timo   354 2005-10-13 08:20 uninstall.sh

NOTE: Logout and Login

timo@zeus:~/EnergyPlusV123/install$ locate .cshrc
timo@zeus:~/EnergyPlusV123/install$ locate .profile
/usr/share/base-files/dot.profile
/root/.profile
timo@zeus:~/EnergyPlusV123/install$ locate .bash_profile
/etc/skel/.bash_profile
/home/timo/.bash_profile

timo@zeus:~$ more .bash_profile
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
    PATH=~/bin:"${PATH}"
fi

#### added by ENERGYPLUS install ####
ENERGYPLUS_DIR=/home/timo/EnergyPlusV123 ; export ENERGYPLUS_DIR
PATH=$ENERGYPLUS_DIR/bin:$PATH
#### added by ENERGYPLUS install ####End####

NOTE: Does anyone have .cshrc .profile .bash_profile configuration on 
GNU/Linux-based? (just to have an idea)

timo@zeus:~/EnergyPlusV123/bin$ run
runlevel         run-mailcap      run-parts        run-with-aspell
timo@zeus:~/EnergyPlusV123/bin$ ls -la
total 16560
drwxrwxr-x   2 timo timo     4096 2005-10-13 08:20 .
drwxrwxr-x  11 timo timo     4096 2005-11-30 14:08 ..
-rwxrwxr-x   1 timo timo   973886 2005-10-13 08:20 Energy+.idd
-rwxrwxr-x   1 timo timo     7288 2005-10-13 08:20 energyplus
-rwxrwxr-x   1 timo timo  1005482 2005-10-13 08:20 epmacropgm
-rwxrwxr-x   1 timo timo 12414397 2005-10-13 08:20 epSimKernel
-rwxrwxr-x   1 timo timo   881232 2005-10-13 08:20 expandobjects
-rwxrwxr-x   1 timo timo   801547 2005-10-13 08:20 hvacdiagpgm
-rwxrwxr-x   1 timo timo   790115 2005-10-13 08:20 readvarseso
-rwxrwxr-x   1 timo timo    11210 2005-10-13 08:20 runenergyplus
-rwxrwxr-x   1 timo timo     3568 2005-10-13 08:20 runepmacro
-rwxrwxr-x   1 timo timo    12028 2005-10-13 08:20 runit
timo@zeus:~/EnergyPlusV123/bin$ runenergyplus
bash: runenergyplus: command not found

timo@zeus:~$ sh --version
GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.

timo@zeus:~/EnergyPlusV123/install$ uname -a
Linux zeus 2.6.10-6-386 #1 Fri Nov 18 11:53:02 UTC 2005 i686 GNU/Linux

If anyone has a wiki or web page with more info for GNU/Linux, I truly 
appreciated it :-)

Timo

-- 
--------------------------------------------------
Timo Marquez Arreaza, MSc
Project Manager, World Yes Forum (WYF) - Corporate
Responsibility and Climate Change.
http://www.wyf.ethz.ch
An initiative from ETHsustainability. ETH Zürich.

Based in Maracaibo, Venezuela
Av 21 c/c 68 Edif Uracoa Apt 5-A
Maracaibo, 4005 Zulia Venezuela
Tel/Fax (home): +58 261 7518864
mobile: +58 418 6145160
email: marquezt@xxxxxxxx
___________________________________
ASME Technology & Society Division, Executive Committee 
http://divisions.asme.org/ts/
Sustainable Engineering Comm: http://divisions.asme.org/ts/committees/progse.html
Join discussions at cop.asme.org/COP/SustainableEngineering/



------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/dkFolB/TM
--------------------------------------------------------------------~-> 

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are not allowed -- please post any files to the appropriate folder in the Files area of the Support Web Site.

EnergyPlus Documentation is searchable.  Open EPlusMainMenu.idf and press the "search" button.
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/EnergyPlus_Support/

<*> To unsubscribe from this group, send an email to:
    EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/