RCS $Id: README,v 1.4 1995/08/22 23:41:38 tuna Exp $

To compile example:
-------------------
1. If you're running on a network of workstations, be sure that you
   have PVM installed correctly and functioning.

2. Compile the CRL library in the directory "../../src" (see the user
   documentation in "../../doc" for details).

3. Type "make -f Makefile.CM5" to make the CM-5 example executable.

     -- or --

   Edit Makefile.TCPUNIX and change the definitions for PVM_ROOT and
   PVM_ARCH to whatever is appropriate for your local system. Once
   you've done so, type "make -f Makefile.TCPUNIX" to make the
   TCP/UNIX example executable.

4. If you're running this program with PVM and the executable isn't
   already in your path, be sure to create a soft link to the
   executable from the directory ~/pvm3/bin/$PVM_ARCH.

How to run example:
-------------------
example takes no command line arguments. It computes the product of
two 5 by 5 matrices.
