/mpi4pydistributor

Simple task distributor using mpi4py.

Primary LanguagePythonMIT LicenseMIT

Master-Worker distributer for mpi4py

Distributes embarrasingly parallel tasks to worker processes.

To install:

python setup.py install

Use

See ./examples/simple_example.py

Parallel Blast

See ./examples/parallel_blast.py