Install SU V28; PVM 3.8 or higher;
TCL/TK (7.4/4.0)
Obtain the tar file with dsu (dsusrc.tar.gz).
The URL is http://landau.mines.edu/pvm. Or if you prefer
ftp://ftp.cwp.mines.edu/cwpcodes/pvm.
cd $CWPROOT/src
Create the root directory for DSU by untarring the distribution
file in this way: (this creates the directory: $CWPROOT/src/dsu )
gunzip -c dsusrc.tar | tar xvf -
cd dsu (or cd $CWPROOT/src/dsu)
Make sure the following environment variables are set:
CWPROOT (CWP SU main directory)
PVM_ROOT (PVM main directory)
PVM_ARCH (PVM main directory)
Customize the file Makefile.config. Since SU was previously
installed, not too much need to be done here. Check the CTARGET
for your machine.
Make sure the pointers to the TCL and TK libraries and include
files are correct in the file: $CWPROOT/src/dsu/gui/Makefile