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
I keep getting a floating point exception error Signal: Floating point exception (8) Signal code: Integer divide-by-zero (1)
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I'm trying to test ParMETIS on a small toy graph that looks like this:
graph_nodes.txt:
graph_edges.txt:
graph_stats.txt:
7 4 2
I then run parmetis using:
pm_dglpart graph 1
I keep getting a floating point exception error
Signal: Floating point exception (8) Signal code: Integer divide-by-zero (1)
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: