"""The python module pypar.py and the C-extension mpi.c implements scalable parallelism on distributed and shared memory architectures using an important subset of the Message Passing Interface (MPI) standard. """ from pypar import * from __metadata__ import __version__, __date__, __author__ #Add path of package to PYTHONPATH to allow C-extension to be loaded #import sys #sys.path += __path__