#!/bin/bash
# This Configuration script works with Linux/Unix operating systems
# Warning! the executables are for Intel architecture only
# It has been tested with SUSE 8.2 Linux dirtribution
# The kernel was 2.4.22, and the processor i686

export EDTDIR=$PWD/EDT/
export TABLES3DDIR=$PWD/EDT/
export PS1="\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\]\nIIS >"
export PATH=$PWD:$PATH

# If you want to use the sequential version of IIS, please uncomment line below
export IIS=$PWD/iis_intel

# If you want to use the parallel version of IIS, please uncomment line below
#export IIS=$PWD/iispvm_intel

export PVM_EXPORT=EDTDIR:TABLES3DDIR

cp load GaAs/Se_GaAs
cp load GaAs/Si_GaAs
cp load Si/As_Si_100_8
cp load Si/B_Si_0
cp load Si/B_Si_100_7
cp load Si/Damage_Si
cp load SiC/Al_SiC
cp load SiC/As_SiC

mkdir -p $PWD/Temp

HOSTNAME=`uname -n`
echo "* wd="$PWD/Temp > $HOSTNAME.hostname
echo "* ep="$PWD >> $HOSTNAME.hostname
echo $HOSTNAME sp=1000  >> $HOSTNAME.hostname

bash --norc 
