Gavin Rohrer

Results 5 comments of Gavin Rohrer

It looks like GKlib isn't being linked properly. I would try running one of the executables that metis provides - if that also has an error then it means there...

are you able to share the parameters you pass into it? This graph is definitely not too complicated.

Can you produce a backtrace from a core dump here?

A quick solution would be to just change the `ifdef` flags in those files. At `mpmetis.c:191`, `gpmetis.c:242`, and `ndmetis.c:175`, change from ```c #ifndef MACOS ``` to ```c #if !defined(MACOS) &&...

your `adjncy` format is incorrect - the elements in `adjncy` are adjacent vertices. Your `adjncy` says that vertex `2` has an edge to vertex `-33686019`.