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

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 24 16:39:21 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 #26 from Lisandro Dalcin <dalcinl at gmail.com> 2010-02-24 11:39:18 EST ---
Could you update the spec to run the testsuite like this:

mpiexec -n 1 python test/runalltest.py \
    --path=%{buildroot}%{python_sitearch}/openmpi


Additionally, you could run the testsuite in parallel, let say usoing 4 procs:


mpiexec -n 4 python test/runalltest.py \
    --path=%{buildroot}%{python_sitearch}/openmpi


BTW, you should do the same for the mpich2 and python3 stuff.

-- 
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