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