Bug 1271399

Summary: Openmpi-devel package doesn't update $PATH
Product: [Fedora] Fedora Reporter: Jon <jmoroney>
Component: openmpiAssignee: Doug Ledford <dledford>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: dakingun, dledford, orion, ycollette.nospam
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-20 18:11:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jon 2015-10-13 21:00:05 UTC
Description of problem:
After installing openmpi-devel and trying to run mpicc I found that the command was not found. After a little digging I found the binary in /usr/lib64/openmpi/bin which was not added to my path. It would be nice if the package either put the binaries somewhere where I could use them or if it updated my path so I could use them.

Version-Release number of selected component (if applicable):
Fedora 22
openmpi - current version as of Oct 13 2015


How reproducible:
Very


Steps to Reproduce:
1. Install openmpi-devel
2. type 'mpicc'
3. ???
4. Profit

Actual results:
Command not found

Expected results:
Command not found

Additional info:

Comment 1 Orion Poplawski 2015-10-14 03:01:33 UTC
We're probably long overdue for a readme file on this.  But you need to do:

module load mpi/openmpi-x86_64

in order to use openmpi.

Comment 2 Doug Ledford 2015-10-20 18:11:45 UTC
Probably right about the README.  Closing bug out as the mpi stack is working according to the MPI packaging spec.

Comment 3 Orion Poplawski 2016-03-07 16:35:52 UTC
*** Bug 1315343 has been marked as a duplicate of this bug. ***