CS 732 -- Project 2 -- Spring 2003
- Download the sequential program, mandelbrot.c which displays the Mandelbrot
image (in black/white) on an Xwindows system.
Compile and run the program normally.
(cc -o mandelbrot mandelbrot.c -lX11 -lm)
- Rewrite the program to operate as an MPI
Graphical output is to be produced using Xlib calls (see below).
- Instrument code with time() or similar to determine time of
execution.
- Grading depends upon sophistication of the implementation:
fredh@cs.unr.edu