You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 forpip install .
and everything went okay.When I add
--without-mpi
to Score-P's configure and do everything else just the same, then thepip install .
fails at "building 'scorep.scorep_bindings_mpi' extension".I hope this is not too complicated. Thanks for looking into this issue!
Andreas
The text was updated successfully, but these errors were encountered: