Bug 493440

Summary: mpirun is MIA on openmpi rpms, again...
Product: Red Hat Enterprise Linux 4 Reporter: Gurhan Ozen <gozen>
Component: relengAssignee: Doug Ledford <dledford>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: high Docs Contact:
Priority: high    
Version: 4.8CC: benl, jburke, mikeb, mikem, npetrov, syeghiay
Target Milestone: rcKeywords: Regression, Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 495893 (view as bug list) Environment:
Last Closed: 2009-05-19 13:40:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gurhan Ozen 2009-04-01 18:58:09 UTC
Description of problem: 

This seems to be a repeat of #443795:

[root@dell-pe1950-02 ~]# mpi-selector --query 
default:openmpi-1.2.8-gcc-i386
level:system
[root@dell-pe1950-02 ~]# which mpirun 
/usr/bin/which: no mpirun in (/usr/lib/openmpi/1.2.8-gcc/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
[root@dell-pe1950-02 ~]# which mpicc
/usr/lib/openmpi/1.2.8-gcc/bin/mpicc


Version-Release number of selected component (if applicable):
openmpi-libs-1.2.8-3.el4

How reproducible:
Very.

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 4 Gurhan Ozen 2009-04-02 17:26:56 UTC

*** This bug has been marked as a duplicate of bug 443795 ***

Comment 5 Doug Ledford 2009-04-03 16:53:33 UTC
This is not a dup of 443795.  The mpirun binary is part of the openmpi package, not openmpi-libs.  The chain of dependencies is:

openmpi-devel requires openmpi requires openmpi-libs.  If you install openmpi-libs by itself, that's perfectly valid and it does not contain an mpirun binary.  Please verify that you have the openmpi package installed in addition to openmpi-libs.

Comment 10 Mike Bonnet 2009-04-15 15:02:23 UTC
Also updated comps to mark openmpi as multilib.

Comment 13 Gurhan Ozen 2009-04-15 17:55:50 UTC
(In reply to comment #10)
> Also updated comps to mark openmpi as multilib.  

Thanks,i'll pull the packages off and see how it behaves now.