This directory contains several examples. They are just used to demonstrate 
the usage of Adsmith, not implemented with optimal performance.

hello - a quite simple program implementing a critical section.
sample - calculating the summation of the elements of a vector.
matrix_multi - two versions implementing the matrix multiplication.
cord_game - a cord-pulling game.
pointer - demonstrating the usage pointers.
prodcons - a producer/consumer program.
jacobi - the jacobi program.

If more appropriate and simple example programs are designed, they will
be put here in later versions.

The programmers may use the make file (Makefile.aimk) in any of the sub-
directories as the makefile for their applications. The environment has 
been well set, provided that PVM environments are well set too. The 
programmers just need to convert the rules in the "object:" section to 
match to their own objects. 
