================================================================
                ParPre Examples
================================================================

Run examples by calling 'make method' where method is any
of the following:
    none gbssor aschwarz mschwarz
for no preconditioner, generalised block ssor, additive Schwarz,
and multiplicative Schwarz, respectively.

Make sure the makefile has been set up right: if you use mpich, 
-- fill in the machine file
-- specify the number of processors on the command line
  with 'make NP=x method'; 2 is default.
-- make sure that the MPIRUN macro has been set correctly
  in $(PARPRE_DIR)/bmake/$(PARPRE_ARCH)/base.site

