[Bug 562504] Review Request: mpi4py - Python bindings of the Message Passing Interface (MPI)

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 8 07:23:39 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=562504

--- Comment #8 from Jussi Lehtola <jussi.lehtola at iki.fi> 2010-02-08 02:23:36 EST ---
 %check
 mpd --daemon
 %{_openmpi_load}
 PYTHONPATH=%{buildroot}%{python_sitearch}/openmpi \
     python test/runalltest.py
 %{_openmpi_unload}

mpd is the MPICH2 manager (Open MPI does not need one); move the mpd statement
to the MPICH2 section. Looks like the build is failing since MPICH2 is not
working for some reason.

Furthermore the %check is ran in the build dir, so PYTHONPATH should be set to
 PYTHONPATH=openmpi/
for the Open MPI version etc.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list