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
Graph file looks like above.
There are only two nodes, one with weight of 1 and another with weight of 2.
If I do gpmetis -ptype=rb test_graphfile 2
the result is
1
1
I thought it's intuitive to return 0,1 when there are only two nodes and I am trying to partition them into two.
Is this expected?
The text was updated successfully, but these errors were encountered:
Graph file looks like above.
There are only two nodes, one with weight of 1 and another with weight of 2.
If I do
gpmetis -ptype=rb test_graphfile 2
the result is
I thought it's intuitive to return 0,1 when there are only two nodes and I am trying to partition them into two.
Is this expected?
The text was updated successfully, but these errors were encountered: