Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can run this script with MPI the same way as shown in the previous example: mpirun -n 6 python example.py

NOTE: if you don't run with at least 6 cores, the destination selection code below will not function correctly.

These additional arguments for DataSource were added to this example

...