         This directory contains the following files:

file/subdirectory       contents
------------------------------------------------------------------------
README             This file.
Makefile           Test of the compiler and run-time system; this file
                   is activated by ../Makefile during making 'test' and
                   'run_test'.
selftest           Subdirectory used during making 'test'.
run_tests          Subdirectory used during making 'run_test'.

gal-buf.mpc        An application simulating the evolution of a system
                   of stars in a galaxy under the influence of Newtonian
                   gravitational attraction.
gal-buf.txt        Description file for gal-buf.mpc.
galax.mpc          An another version of galaxy demo.

mxm.mpc            A regular application multiplying 2 dense square
                   nxn matrices X and Y.
mxm.txt            Description file for mxm.mpc

cent-buf.mpc       Some
cent-net.mpc
dnet-test.mpc        programs
expr-test.mpc
gauss.mpc              used
gauss1.mpc
matmul.mpc               for
matmulv.mpc
mnorm.mpc                  testing
mxm-lib.mpc
mxm-par.mpc                  of
mxm-parnet.mpc
psearch1.mpc                   the
psearch2.mpc
sum-vec.mpc                      mpC  compiler.
vecsum.mpc

All the files containing mpC programs, except gal-buf.mpc and galax.mpc,
will be compiled when you say 'make test' at glogal level.
