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