"""
This is the public API to ANUGA_PARALLEL.

Ideally, all tools needed to run parallel simulations should be
imported from this module
"""




from anuga.parallel import *

print '#'+50*'='
print '# '
print '# WARNING '
print '# '
print '# anuga_parallel moved to anuga.parallel '
print '# '
print '# Change your anuga_parallel imports'
print '#'+50*'='




