Bug 213662

Summary: Review Request: openmpi - Upstream MPI package with native InfiniBand support
Product: [Fedora] Fedora Reporter: Doug Ledford <dledford>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dakingun, ed, fedora-package-review, notting, susi.lehtola
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-09 19:17:36 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:
Bug Depends On:    
Bug Blocks: 203299    

Description Doug Ledford 2006-11-02 14:22:46 UTC
The openmpi package is the intended replacement for the aging and deprecated by upstream lam package.  It depends on the openib package.  The openmpi and openib packages are already in CVS and used in RHEL4 and RHEL5.  The openmpi package is already accepted into Fedora Extras.  However, that presents a problem for packages like Valgrind that would like to compile against it and are in core.  I would like to add openmpi to Fedora Core Development (aka rawhide) and possibly to Fedora Core 6 as an update.

Comment 1 Deji Akingunola 2006-11-04 18:46:54 UTC
Oops, sorry I don't understand this; last time I checked openmpi was bundled
with FC6 and has been in devel (rawhide) for a little while.

Comment 2 Susi Lehtola 2008-09-24 12:54:15 UTC
Now that OpenMPI includes InfiniBand support, I think it should be switched off. The IB stack adds unnecessary overhead, since 99.9% of users don't have InfiniBand hardware. And the people who *do* have InfiniBand often don't use Fedora/RHEL, but some specialized cluster distribution instead. (Who would want to reinstall the cluster OS every year or so?)

Comment 3 Doug Ledford 2008-09-24 13:20:24 UTC
The transport portion of the openmpi package is completely modular.  When you aren't using IB, the IB module isn't even loaded, and hence doesn't slow anything down.

Comment 4 Ed Hill 2008-09-24 19:43:06 UTC
Doug's observation about OpenMPI modularity is spot-on.  Its one of the 
key features *of* OpenMPI.

And to Jussi I'd like to point out that there are indeed people who use 
Fedora and IB.  IB is more affordable with every passing year and I'm 
grateful for the work Doug has done to make it easier to use various 
OFED packages on "stock" Fedora systems.

Comment 5 Susi Lehtola 2008-10-01 00:49:38 UTC
But then *why* is it so slow to execute? Even on a shining new system it takes about a second to start an MPI job, whereas without IB sniffing it's as fast as executing a "normal" binary..

Could openmpi be branched into IB and non-IB versions?

Comment 6 Doug Ledford 2008-10-01 03:24:01 UTC
The old, closed, no longer needed package review request is not the right place to discuss issues with existing packages.  If your package has a problem, then you need to file a bug.  That being said, your report is currently useless.  I don't know what package you are talking about "sniffing" infiniband, but the Fedora package of openmpi-1.2.4-2.fc9 (latest built) does *not* include infiniband support.  Secondly, the openmpi package does not "sniff" infiniband *anyway*.  It uses infiniband if you pass the option -mca btl openib,self.  But, as I said, the fedora package isn't even built with infinband support so the openib module doesn't exist.  I don't know what's wrong in your setup, but if you are using the fedora openmpi package, then it isn't "infiniband sniffing".