-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Hello,
We have added METIS to our physics simulator to partition simulation grids, but we are having some issues with stability. In order to "force" connection between certain nodes, we tried to set extreme values for their edge weights (e.g. max int). Sometimes we are getting segmentation faults, and sometime we aren't, typically by changing the number of partitions. This is both with libmetis and with standalone gpmetis. I realize that this is an extreme example, but we have also experienced problems with edge weights far smaller. Also, the fact that we are getting segmentation faults is a bit troublesome.
I noticed issue #73 which claims that high ratios of weights are causing problems. I would not assume those ratios of 55/1 to be particularly high, and if so, we would have to reconsider how we determine our graph weights.
Can someone either offer some clarification on what range of edge weights and/or ratios are reasonable, or point me to some documentation that does?
Thank you!