/mpi4py

Examples of Message Passing Interface in Python using MPI4PY

Primary LanguagePython

mpi4py

In this directory there are examples of mpi4py scripts (Point to Point, Scatter, Gather and Broadcasting). To run a python script, simply run mpirun -np 2 python <name_of_script>