QIRM Installation


In the following a short example of a sourceable installation script for the tcsh-Shell is shown.

#tcsh-shell - commands for full new install of the 
#program package QIRM, version 3.0 below ~/qmc in the 
#SUN-Cluster of ITAP.  
#quick install (17MB free?): source INSTALL
#Install data also (80MB free?): Uncomment the line with #DATA below
#Oct. 2001 RB

unsetenv SOURCEDIR
setenv SOURCEDIR "/tmp"
ls -al $SOURCEDIR/qirm.3.tar.gz
cd
gunzip -c $SOURCEDIR/qirm.3.tar.gz | tar xvf -
#DATA 
#gunzip -c $SOURCEDIR/qirm_data.3.tar.gz | tar xvf -
cd qmc
unsetenv TMPDIR
setenv TMPDIR $HOME/qmc/TMP/tmp1
rm -f -r $TMPDIR
mkdir $TMPDIR
ln -s $HOME/qmc/TMP $HOME/qmc/TMP/tmp1/TMP
cp Makedefault.sun  Makedefault
make
cd TMP/tmp1
ls -al
echo "Try now: dsgsahga.exe < $HOME/qmc/hrmuster_io.020208.00.nl.txt"

An ASCII-Version can be downloaded here. You may have to adapt it to your preferred setup/profile.


QIRM Home
Schattke Group
Installation
Dokumentation