================================================================
	PVM Iterative Linear System Solvers
	Victor Eijkhout eijkhout@cs.utk.edu
	1994/11/05
================================================================

If you have unpacked the tar file correctly, this readme file
should be in ${HOME}/pvm3/examples/cg.

----
Executive summary of actions:
# make the demo once for every architecture, main one last:
make
# start up the interface to the demo:
Xdemo &
# print the manual from PostScript:
lpr man/man.ps
# or from the dvi file:
dvips man/man.dvi
----

A call to `make' makes all executables, (and moves the spawnable ones to
your pvm3/bin/ARCH directory); it will also remake the host executable
`cghost' placed in pvm3/examples/cg. Therefore, you have to call
make last on your main machine if you use different architectures.

The demo is controlled through an X interface, based on Tcl/Tk.
If you do not have Tcl/Tk on your sytem, you can get the distribution
by ftp from for instance ftp.cs.berkeley.edu in /ucb/tcl or
from ftp.ibr.fr in /pub/tcl.

The manual is in the pvm3/examples/cg/man subdirectory, in both
dvi and PostScript form (300dpi).
