source: branches/numpy_misc/tools/acceptance_tests/mandelbrot/README

Last change on this file was 6991, checked in by rwilson, 16 years ago

Initial commit of the cluster acceptance package.

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