-
-
Notifications
You must be signed in to change notification settings - Fork 230
Labels
buildBuild system and compiler issuesBuild system and compiler issues
Milestone
Description
Summarize the issue
When building with cmake, the search path for parmetis includes PARMETIS_ROOT/lib, but if PARMETIS_ROOT is not set, then it will search in /lib. For some installations, (as I have found), there may be a copy of libparmetis.so in /lib.
e.g. when I build with spack on this specific machine, it links against both the parmetis in spack, and the one in /lib, causing MPI issues.
How to reproduce the bug
Build dolfinx using spack on a machine with parmetis installed in /lib.
Minimal Example (Python)
N/AOutput (Python)
N/AVersion
main branch
DOLFINx git commit
No response
Installation
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildBuild system and compiler issuesBuild system and compiler issues