Programming Assignment -- CS 7820

The following resources will help you learn the basics of Pthreads/MPI/TM programming. After experimenting with the toy example programs, create a non-trivial multi-threaded application with shared-memory (using Pthreads). This is due on Friday March 7th, 2008. Keep the following guidelines in mind when creating your application:

What you need to submit back to me (email me the tarball if that is most convenient): the C programs (appropriately titled and commented), a README file that provides details on the application, how to run it, and any analysis that you may have carried out.


Resources:

Optional reading:

Spr 2007 Assignment