source: branches/numpy/pypar-numeric/lib/pypar/__init__.py @ 7195

Last change on this file since 7195 was 5779, checked in by steve, 16 years ago

Added the old version of pypar which works with Numeric. Necessary for parallel code until we move anuga to numpy (and then we can use pypar as distribute via sourceforge).

File size: 295 bytes
Line 
1"""The python module pypar.py and the C-extension mpi.c
2implements scalable parallelism on distributed and shared
3memory architectures using an important subset of
4the Message Passing Interface (MPI) standard.
5"""
6
7from pypar import *
8from pypar import __version__, __date__, __author__
9
10
11
12
13
Note: See TracBrowser for help on using the repository browser.