Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating Point Exception on a Small Toy Graph #9

Open
aishwaryanr opened this issue Dec 10, 2021 · 1 comment
Open

Floating Point Exception on a Small Toy Graph #9

aishwaryanr opened this issue Dec 10, 2021 · 1 comment

Comments

@aishwaryanr
Copy link

I'm trying to test ParMETIS on a small toy graph that looks like this:

graph_nodes.txt:

0 1 0 0
0 1 0 1
0 1 0 2
1 0 1 0
1 0 1 1
1 0 1 2
1 0 1 3

graph_edges.txt:

0 1 0 0 
1 2 1 0
0 2 2 0
0 3 3 0

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?

@renaultJB
Copy link

In your toy graph you have isolated vertices, maybe it has something to do with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants