Skip to content

My project binary could not find libmpi.so.12 #156

Closed Answered by jedbrown
giuseppe998e asked this question in Q&A
Discussion options

You must be logged in to vote

If you have mpich installed, then there is also libmpi.so.12. The problem is that detection found the build toolchain for MPICH, but the MPICH directories are not in your default search path. Probably setting LD_LIBRARY_PATH to point at your /path/to/mpich/lib will allow you to run. Alternatively, you can cargo clean and make sure it's the Open MPI tools that get found.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@giuseppe998e
Comment options

@jedbrown
Comment options

@giuseppe998e
Comment options

Answer selected by giuseppe998e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants