source: trunk/misc/tools/acceptance_tests/mandelbrot/README @ 7892

Last change on this file since 7892 was 7892, checked in by wilsonr, 14 years ago

Fixed formatting, spelling.

  • Property svn:executable set to *
File size: 567 bytes
Line 
1Files in this directory gives examples of different parallel strategies using
2x the mandbrot fractal as example. The codes need PIL (Python Imaging Library)
3to show the results, but the computational bit will still work without PIL.
4It also tries to show images using either xv or eog (EyeOfGnome).
5
6This material was developed as part of a teaching module and is documented
7further at
8
9http://datamining.anu.edu.au/~ole/work/teaching/summerschool2005/
10
11
12To compile C extensions in this directory
13
14python compile.py mandel_ext.c
15python compile.py mandelplot_ext.c
16
Note: See TracBrowser for help on using the repository browser.