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

M1 parmetis is broken #355

Open
tjhei opened this issue Jul 19, 2023 · 3 comments
Open

M1 parmetis is broken #355

tjhei opened this issue Jul 19, 2023 · 3 comments

Comments

@tjhei
Copy link
Member

tjhei commented Jul 19, 2023

parmetis.dylib not found (when compiling a program like ASPECT depending on deal.II)

@tjhei
Copy link
Member Author

tjhei commented Jul 19, 2023

dyld[62658]: Library not loaded: 'libparmetis.dylib'
  Referenced from: '/Users/jenkins/aspect/build/aspect'
  Reason: tried: 'libparmetis.dylib' (no such file), '/usr/local/lib/libparmetis.dylib' (no such file), '/usr/lib/libparmetis.dylib' (no such file), '/Users/jenkins/aspect/build/unit_tests/libparmetis.dylib' (no such file), '/usr/local/lib/libparmetis.dylib' (no such file), '/usr/lib/libparmetis.dylib' (no such file)

@bangerth
Copy link
Member

We don't actually use parmetis, only the sequential metis. Why are we trying to link with that library?

@tjhei
Copy link
Member Author

tjhei commented Jul 22, 2023

We don't actually use parmetis, only the sequential metis. Why are we trying to link with that library?

I have to admit that I am not using parmetis, but it is an optional dependency for petsc, trilinos, and superlu.

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