| MYMPI | ||
|---|---|---|
| Prev | Chapter 8. Version 1.11 Release Notes | |
The directory workit contains a simple workflow example.
Workit.py is a simple pipeline processing or "workflow" program. Workit.py is used when you need to perform a series of sequential operations on data sets. It uses the mympi Python MPI module to spread work across multiple processors. MPI is used for synchronization and convenience of launching multiple processors. This example also shows how you can pass character data using the module.
See the notes in the directory for additional information.