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