Last change
on this file since 4174 was
3678,
checked in by steve, 18 years ago
|
Added more limiting to cells near dry cells, use beta_*_dry
|
File size:
456 bytes
|
Rev | Line | |
---|
[2778] | 1 | import os |
---|
| 2 | |
---|
| 3 | buildroot = os.getcwd() |
---|
| 4 | |
---|
| 5 | #Attempt to compile all extensions |
---|
| 6 | |
---|
| 7 | os.chdir('utilities') |
---|
| 8 | execfile('compile.py') |
---|
| 9 | |
---|
| 10 | os.chdir('..') |
---|
[3560] | 11 | os.chdir('abstract_2d_finite_volumes') |
---|
[2778] | 12 | execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py') |
---|
| 13 | |
---|
| 14 | os.chdir('..') |
---|
[3678] | 15 | os.chdir('shallow_water') |
---|
| 16 | execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py') |
---|
| 17 | |
---|
| 18 | os.chdir('..') |
---|
[3027] | 19 | os.chdir('mesh_engine') |
---|
[2778] | 20 | execfile('compile.py') |
---|
| 21 | |
---|
| 22 | os.chdir(buildroot) |
---|
| 23 | #execfile('test_all.py') |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.