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

Files:

   mandel.cilk    - Cilk implementation of the parallel algorithm
   Makefile       - makefile to build the Mandelbrot application
   out.dat        - generated output file

To run the code:

1. Download and install the cilk compiler from http://supertech.csail.mit.edu/cilk/
You will need a C compiler to builk the cilk compiler and mandel.cilk.  We have
tested the Mandelbrot code using Cilk version 5.4.6 on Mac OS X.

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

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