Last change
on this file was
9503,
checked in by steve, 9 years ago
|
Moved anuga_parallel to anuga.parallel. Now the compile_all and test_all
scripts should work
|
File size:
360 bytes
|
Line | |
---|
1 | """ |
---|
2 | This is the public API to ANUGA_PARALLEL. |
---|
3 | |
---|
4 | Ideally, all tools needed to run parallel simulations should be |
---|
5 | imported from this module |
---|
6 | """ |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | from anuga.parallel import * |
---|
12 | |
---|
13 | print '#'+50*'=' |
---|
14 | print '# ' |
---|
15 | print '# WARNING ' |
---|
16 | print '# ' |
---|
17 | print '# anuga_parallel moved to anuga.parallel ' |
---|
18 | print '# ' |
---|
19 | print '# Change your anuga_parallel imports' |
---|
20 | print '#'+50*'=' |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.