Suppose a graph G is partitioned across k machines using partitioner like METIS.
Consider two vertices v1 & v2 in the graph having shortest path of length 'd' between them.
After partitioning how many of these 'd' edges are likely to be span across the partitions? I am mainly concerned with longest shortest path i.e.(diameter). How many of the edge are likely to be cross partition edges?
Is there any existing literature on effect of METIS partitioning on number of hops to traverse for shortest path between two vertices?
For example in the attached figure, vertices A & D have shortest path A->E->D,on partition, E gets mapped to host 2, so both edges of the path became cross partition edges.