Amanda Liu
al3623
COMS 4995

This is a parallel ASCII Mandelbrot set generator.

By running `make` you will compile the executables for all tested parallel
implementations of the Mandelbrot generator and run them on 1,2,4, and 8 cores
with the abbreviated run time statistics being displayed. This will also 
generate an eventlog for each parallelization method for the 4CPU run.

Any of the resulting executables may be run directly to print the generated
ASCII Mandelbrot set to stdout. I recommend `./Deep2`
