12.7.1. Starting Processes

PreviousUpNext
Up: The Dynamic Process Model Next: The Runtime Environment Previous: The Dynamic Process Model

MPI applications may start new processes through an interface to an external process manager.

MPI_COMM_SPAWN starts MPI processes and establishes communication with them, returning an intercommunicator. MPI_COMM_SPAWN_MULTIPLE starts several different binaries (or the same binary with different arguments), placing them in the same MPI_COMM_WORLD and returning an inter-communicator.

MPI uses the group abstraction to represent processes. A process is identified by a (group, rank) pair.


PreviousUpNext
Up: The Dynamic Process Model Next: The Runtime Environment Previous: The Dynamic Process Model


Return to MPI-4.1 Standard Index
Return to MPI Forum Home Page

(Unofficial) MPI-4.1 of November 2, 2023
HTML Generated on November 19, 2023