Brief summary of the steps to install DSU



next up previous
Next: how to run Up: DSU software organization Previous: A brief tour

Brief summary of the steps to install DSU

  1. Install SU V28; PVM 3.8 or higher; TCL/TK (7.4/4.0)

  2. 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.

  3. cd $CWPROOT/src

  4. 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 -

  5. cd dsu (or cd $CWPROOT/src/dsu)

  6. Make sure the following environment variables are set:
    	
    	  CWPROOT  (CWP SU main directory) 
    	  PVM_ROOT (PVM main directory) 
    	  PVM_ARCH (PVM main directory)

  7. Customize the file Makefile.config. Since SU was previously installed, not too much need to be done here. Check the CTARGET for your machine.

  8. Make sure the pointers to the TCL and TK libraries and include files are correct in the file: $CWPROOT/src/dsu/gui/Makefile

  9. Type: make INSTALL




Tue Mar 12 13:02:08 MST 1996