The Group class
class Group {
public:
Group(const Procs& p);
void restrict(Dimension d, const int coord);
int member() const;
. . .
}
Lightweight—implementation in about 3 words. Can freely copy and discard. DAD contains a Group object.
Previous slide
Next slide
Back to first slide
View graphic version