Group()The default constructor. Creates an uninitialized Group object.
Group(const Proc& p)Conversion constructor. Initializes a Group object representing all processes in process array p. By definition p is the parent process array of the constructed group. The new group object can subsequently be reduced to a subset of p by using the restrict members below.