Tracelib/Examples/CM5/PDE:

This directory contains an example application for the Pablo
instrumentation library.  It implements a parallel iterative elliptic
PDE solver.  This example is referred to often in the "Pablo
Instrumentation Environment User's Guide" as it contains several
interesting uses of the facilities provided by the trace library.

Files here are:
	pdeHost.c	The CMMD host code
	pdeNode.c	The CMMD node code
	ProcTrace.h	Procedure tracing include file

After compiling, execute pdeCode on a partition manager (either as
a foreign job, via qsub to NQS, jsub to DJM, or whatever way your
CM-5 is set up).  Because this was developed on a CM-5 which heavily
discouraged interactive jobs, the values for the major parameters
have been hard-coded into the host code.  These values can be changed
before compiling the program.
