MPI
For program initialize and termination the MPI_init MPI_Finalize functions are used.
MPI 1 does not make provision for process creation !
In the MPI 2 version additional features should be provided for
- active messages,
- process startup, and
- dynamic process creation.