Skip to content

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

@knuedd

Description

@knuedd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions