Welcome to BatchOpenMPI’s documentation!

batchOpenMPI offers easy to get started with parallelization for Python. batchOpenMPI is built on top of mpi4py which makes use of openMPI. batchOpenMPI uses a fixed typology of having 1 master process which hand out jobs and runs the main code. The other processes are workers, which complete the jobs handed out by the master. Load balancing over the workers and other features are implemented, as the these docs will show examples for.

Contents:

Indices and tables

Table Of Contents

Next topic

Getting Started

This Page