Variable Proto.graphVert

Envoie des sommets à une partition (Vertex[] sérialisé)

class Proto
{
  // ...
  Message!(8,long[]) graphVert;
  // ...
}