Bug 1315343

Summary: mpic++ not in PATH
Product: [Fedora] Fedora Reporter: ycollet <ycollette.nospam>
Component: openmpiAssignee: Doug Ledford <dledford>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: dakingun, dledford, orion
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: 2016-03-07 16:35:52 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 ycollet 2016-03-07 14:02:58 UTC
I installed openmpi.
I use cmake to detect mpi. cmake relies on mpic++ in the PATH.
When openmpi is installed, mpic++ is installed in /usr/lib64/openmpi/bin. This directory is not in the PATH and symbolic links are not created between /usr/lib64/openmpi/bin/mpic++ (and other binaries) and /usr/bin/mpic++.

These links should be added and managed via update-alternatives (to allow to switch between mpich and openmpi).

Comment 1 Orion Poplawski 2016-03-07 16:35:52 UTC

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