			XUNIFY
			~~~~~~

	XUNIFY is a graphical console and monitor for UNIFY a 
distributed shared memory system. It is a modification of XPVM which
is a graphical interface for PVM. 

Things you need to install XUNIFY
---------------------------------

1. You are expected to have installed XPVM in your directory.

2. Customize the xunify/src/Makefile.aimk in the same way you 
   customized your xpvm/src/Makefile.aimk

   You may have to set up the following accordingly.

   PVMVERSION, TCLTKVERSION, TCLLIBDIR, TKLIBDIR, XLIBDIR,
   PVMINCL, TCLINCL, TKINCL, XINCL 

   ( You would have already set these up while setting up XPVM )

3. Set shell environment variables.
 	
	You must set the XUNIFY_ROOT shell environment variable to
   point to the absolute path of where you have installed the top
   directory in the XUNIFY distribution.
	
	setenv XUNIFY_ROOT /homes/neil/unify/xunify

	You can hardcode it in your .cshrc file. 

4. Once the above changes have been applied go to the top-level
   "xunify" directory ( $XUNIFY_ROOT ), and type "make".

   This will create an executable "xunify" file for the architecture 
   you are on. The executable file will be located in a subdirectory
   of "xunify/src", with the same name as the PVM architecture 
   identifier:

	$XUNIFY_ROOT/src/$PVM_ARCH/xunify

5. Please move the xunify.3 to " $PVM_ROOT/man/man3 "
   This is a man page for xunify.
   Sorry for the inconvinience.

6. Once this has been set up you can type "xunify" ( Provided you have
   set the path for the executable " $XUNIFY_ROOT/src/$PVM_ARCH " )
   and this will startup your graphical user interface.
