next up previous contents
Next: class Group Up: Process Groups Previous: Implementation notes

 

struct Coord

A record that bundles together a process dimension and a coordinate value in that dimension. The definition of the Coord struct is

  class Dimension ;

  struct Coord {
    Dimension dim ;
    int crd ;
  } ;



Guansong Zhang
Fri Oct 9 12:29:23 EDT 1998