You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if I want to generate a basic graph of 700,000 vertices, 70 million edges, how should I use the stinger_rmat_edge_generator?
Using the command like this "./bin/stinger_rmat_edge_generator -n 10000 -x 1000000 -y 70" ?
However, the graph size is given by two parameters: scale and edge_factor.
So what's the relation between the command and the parameters?
And what are the right steps for generating basic graph?
The text was updated successfully, but these errors were encountered:
For example, if I want to generate a basic graph of 700,000 vertices, 70 million edges, how should I use the stinger_rmat_edge_generator?
Using the command like this "./bin/stinger_rmat_edge_generator -n 10000 -x 1000000 -y 70" ?
However, the graph size is given by two parameters: scale and edge_factor.
So what's the relation between the command and the parameters?
And what are the right steps for generating basic graph?
The text was updated successfully, but these errors were encountered: