Thursday, February 19, 2009

OverSim Installation

1. Download OverSim_20070926.tgz from http://www.oversim.org/.
2. Download INDET_20061020_OverSim_3.tgz to /home/amiza/
3. tar xvzf INET_20061020_Oversim_3.tgz
4. cd INET_20061020_OverSim_3
5. nano .inetconfig
5. Edit ROOT=$(HOME)/INET_20061020_OverSim_3
6. Compile ./makemake
7. make
8. Put OverSim_20070926.tgz in /home/amiza/
9. tar xvzf OverSim_20070926.tgz in
10. Compile
cd /home/amiza/OverSim_20070926
./makemake
make

OMNET++ Installation

1. Download OMNET++ from http://www.omnetpp.org/index.php
2. Put the downloaded file at /home/myhomefolder/
3. tar xvzf omnetpp-3.3-src.tgz
4. Edit .bashrc
export PATH=$PATH:/home/amiza/omnetpp-3.3/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/amiza/omnetpp-3.3/lib
export TCL_LIBRARY=/usr/lib/tcl8.4
5. Close the terminal and reopen it.
6. cd omnetpp-3.3
7. ./configure
8. make
9. cd /samples/dyna
10. make clean
11. make
12. ./dyna

MPICH Installation

1. Download mpich -*****.tar.gz
2. tar xvzf
3. cd mpich-****
4. configure
./configure --prefix=/home/myhomefolder/MPI --disable -f77 --with-pm=gforker --enable-romio --with-file-system=ufs+nfs
5. make
6. make install
6. Add MPI path at .bashrc file
export PATH=/home/myhomefolder/MPI/mpich-*****/bin:$PATH