- Next: 3 groups each performing LU factorisation
- Up: Departmental seminar at UWCC
- Previous: Picture of unintended behaviour
Process Groups
-
Need to be able to partition process name space into process groups.
-
Different process groups can perform different tasks.
-
The group abstraction allows library writers to design code
that works for arbitrary groups.
-
In MPI the group is an attribute (private variable) of the communicator.
-
In MPI collective communication can be limited to the members of a
specified process group.
3 groups each performing LU factorisation
Slide 13 of Departmental seminar at UWCC, David W. Walker, UWCC. (Updated 01/31/96)