Python bindings for Message Passing Interface (MPI) parallel computing
Python bindings for MPI
mpiexecmpirunpython$ mpiexec -n 4 python script.py$ python -c "from mpi4py import MPI; print(MPI.COMM_WORLD.Get_rank())"$ mpirun -np 2 python parallel_computation.py