Add pysawsim.manager.mpi with an mpi4py-based manager.
authorW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 17:34:48 +0000 (13:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 17:34:48 +0000 (13:34 -0400)
commitd69761c9aa6965829c764ace8467f42fe9dfdd28
tree92c94c4a9bc87bac687062f615d08921cceb7d21
parent84f80a3ee4d4bfb3177f9e17ce0c8e0e26e69410
Add pysawsim.manager.mpi with an mpi4py-based manager.

Test with:
  mpdboot -1 -n 1 -f <(hostname)
  mpiexec -n 5 nosetests --with-doctest --doctest-tests pysawsim/manager/mpi.py
  mpdallexit

I still need to find a way to turn off the doctests when mpi4py is
installed, but the tests are not being run from an `mpiexec`ed
environment.
pysawsim/manager/mpi.py [new file with mode: 0644]