Variable Master._dist

La partition du noeud maƮtre

class Master
{
  // ...
  DistGraph!(dgraph.Vertex.VertexD,dgraph.Edge.EdgeD) _dist;
  // ...
}