source: trunk/anuga_core/source/anuga_parallel/__init__.py

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"""
2This is the public API to ANUGA_PARALLEL.
3
4Ideally, all tools needed to run parallel simulations should be
5imported from this module
6"""
7
8
9
10
11from anuga.parallel import *
12
13print '#'+50*'='
14print '# '
15print '# WARNING '
16print '# '
17print '# anuga_parallel moved to anuga.parallel '
18print '# '
19print '# Change your anuga_parallel imports'
20print '#'+50*'='
21
22
23
24
Note: See TracBrowser for help on using the repository browser.