
Parsec Sample Programs 
|
This directory contains several simple, illustrative Parsec
examples in progress, as well as some MPI
versions. Below are links to the sample programs, along with brief
descriptions. If you have used Maisie in the past, you will need
to update your code for
compatability with Parsec. You can compare these with
Maisie version 3.0 Sample Programs.
Sequential Programs
- Sieve of Eratosthenes 1:
Sequential program which uses the Sieve of Eratosthenes algorithm to generate all prime numbers less than 1000. Provides an example of the new "stacksize" feature.
Parallel Programs
Parallel Synthetic Programs
Sequential Simulations
- Producer-Consumer System: Simulation of a producer consumer system.
- Resource Manager:
Simulates a physical system consisting of one CPU server, one
disk server, and several jobs. Both CPU and disk servers serve
the jobs in FIFO order.
Parallel Simulations
This page created by Monnica Terwilliger. For questions or comments about Parsec (but not GloMoSim), or to report a bug, send e-mail to parsec@cs.ucla.edu.
Return to Parsec Home Page
Last updated: January 19, 1998