Issuing at the command line::

   $ mpirun -np 5 python tests/helloworld.py

will launch a five-process run of the Python interpreter and run the
test script ``tests/helloworld.py``, a parallelized version of the
*Hello World!* program.
