| command | program name for new tasks method to find the executable is implementation-dependent |
| argv | command line arguments of new tasks starts with first parameter (not with program name) last element: empty string (no argc !) MPI_ARGV_NULL predefined |
| maxprocs | number of tasks to start |
| info | system dependent information, some reserved keys:
|
| root | task that evaluates this arguments |
| comm | communicator of starting tasks |
| intercomm | Intercommunicator between old and new tasks |
| errorcodes | array of length maxprocs for errorcodes MPI_SUCCESS for success |