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

Metis hits a Segmentation fault when running _METIS_PartGraphKway #1

Closed
poppingtonic opened this issue Jul 4, 2019 · 2 comments
Closed

Comments

@poppingtonic
Copy link

  • I'm using the default test input files.

  • I've attached pdb screenshot during the run.

  • Environment:
    Ubuntu 18.04
    Anaconda (Python 3.7.3),
    torch-geometric==1.3.0
    torch-scatter==1.3.0
    torch-sparse==0.4.0
    torch-spline-conv==1.1.0
    metis==0.2a.4

PDB Error
Screenshot from 2019-07-04 13-56-16

Requirements.txt
Screenshot from 2019-07-04 14-02-14

@yaokl-nju
Copy link

I got the same problem.

@poppingtonic
Copy link
Author

The problem is the python version. I don't think the symbols provided to support the metis library are available in python 3.6 and above, so it is better to test this out in python 3.5. Simply create a conda environment with python 3.5 and it will work well enough.

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