This directory contains C code for the Mandelbrot case study described in
chapter 10.

Files:

   mandel_seq.c   - C implementation of the serial algorithm
   Makefile       - makefile to build the Mandelbrot application
   out.dat        - generated output file

To run the code:

1. Make sure you have a C compiler installed.  You can get gcc at
http://gcc.gnu.org/

2. Type "make" to build the Mandelbrot application.

3. Run the code by typing "./mandel_seq".  The mandel_seq application
generates the output file out.dat.
