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

OSError: /sushi/conrad/nestsampling/multinest/libnest3.so: undefined symbol: mpi_send_ #9

Closed
cvilela opened this issue Nov 22, 2012 · 1 comment

Comments

@cvilela
Copy link

cvilela commented Nov 22, 2012

HI everyone,

I have build multinest and pymultinest and specifying WITHOUT_MPI=1 with no errors but when I import pymultinest the following error shows:

OSError: /sushi/conrad/nestsampling/multinest/libnest3.so: undefined symbol: mpi_send_

any helps.

@JohannesBuchner
Copy link
Owner

Run ldd on libnest3.so. It looks like it was compiled with MPI (mpif90 instead of gfortran).
The easiest is to try building with https://github.com/JohannesBuchner/MultiNest , it is Multinest 2.17 with a custom makefile that handles WITHOUT_MPI=1.

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