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

pip install fails when Score-P was configured '--without-mpi' #12

Closed
knuedd opened this issue Jul 20, 2018 · 1 comment · Fixed by #13
Closed

pip install fails when Score-P was configured '--without-mpi' #12

knuedd opened this issue Jul 20, 2018 · 1 comment · Fixed by #13

Comments

@knuedd
Copy link

knuedd commented Jul 20, 2018

MPI seems to be hardwired and installation fails when Score-P 4.0 comes without MPI. I stumbled upon this on my Raspi first. But I could reproduce it on my Linux laptop just the same.

With Score-P I did ../configure --prefix=/home/knue/local/score-p --without-cube --enable-shared; make; make install. Then I used this Score-P for pip install . and everything went okay.

When I add --without-mpi to Score-P's configure and do everything else just the same, then the pip install . fails at "building 'scorep.scorep_bindings_mpi' extension".

I hope this is not too complicated. Thanks for looking into this issue!

Andreas

@AndreasGocht
Copy link
Collaborator

Should be fixed with the current master.

NanoNabla added a commit to NanoNabla/scorep_binding_python that referenced this issue Aug 25, 2021
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

Successfully merging a pull request may close this issue.

2 participants