Computer Systems Lab
Collaboration and Distance Learning Ideas 2003
Parallel Programming, Part 2
MPI/Parallel Programming and High Performance Computing Assignments, Part 2
Choose 4 of the following labs:
- Parallel
Mandelbrot - uses MPE graphics
- Divide
and Conquer with "Scatter" - collapsing integers
- Holliman's
Parallel Puzzlers:
- Computing the Permanent of a Square Matrix
- Sorting a List through a Heap Merge - a O(nlogk) algorithm
- The Caravan Problem
- Euclidean Travelling Salesman Problem
- Problems from "Parallel Programming"
by B. Wilkerson - see handouts for more info
- Parallel Computer
Vision - uses PGM image files
- C Help Files
- Sample Programs
Using Graphics in MPI: the MPE Graphics
Library for MPI