Set values for num_nodes_per_pe and max_edges_per_pe to nearest larger power of two based on number of vertices and edges in the graph and number of PEs specified.
Requires num_nodes and num_edges to be determined first; in case of input from edgelist, requires input to be read twice.
Set values for
num_nodes_per_pe
andmax_edges_per_pe
to nearest larger power of two based on number of vertices and edges in the graph and number of PEs specified.Requires num_nodes and num_edges to be determined first; in case of input from edgelist, requires input to be read twice.