source: misc/tools/acceptance_tests/mandelbrot/README @ 7276

Last change on this file since 7276 was 7276, checked in by ole, 16 years ago

Merged numpy branch back into the trunk.

In ~/sandpit/anuga/anuga_core/source
svn merge -r 6246:HEAD ../../branches/numpy .

In ~/sandpit/anuga/anuga_validation
svn merge -r 6417:HEAD ../branches/numpy_anuga_validation .

In ~/sandpit/anuga/misc
svn merge -r 6809:HEAD ../branches/numpy_misc .

For all merges, I used numpy version where conflicts existed

The suites test_all.py (in source/anuga) and validate_all.py passed using Python2.5 with numpy on my Ubuntu Linux box.

  • 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.