Bug 1182199

Summary: Provide a /etc/ld.so.conf.d/R-x86_64.conf type file to let compilers find mpich2 libraries
Product: [Fedora] Fedora Reporter: Ankur Sinha (FranciscoD) <sanjay.ankur>
Component: mpichAssignee: Zbigniew Jędrzejewski-Szmek <zbyszek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 21CC: dakingun, orion, zbyszek
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: 2015-03-11 17:40:01 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 Ankur Sinha (FranciscoD) 2015-01-14 15:29:41 UTC
Description of problem:
Since the libraries are installed in a mpich/lib folder, ldconfig cannot find these on it's own. Would it be possible to provide a file that contains a single line for ldconfig? I'm not sure if it has other effects, though.

Version-Release number of selected component (if applicable):
mpich-3.1-4.fc21.x86_64

Comment 1 Orion Poplawski 2015-03-11 17:40:01 UTC
You're meant to load the proper module file first, e.g.:

module load mpi/mpich-x86_64

Comment 2 Ankur Sinha (FranciscoD) 2015-03-11 17:56:35 UTC
Ah, hrm, is this documented somewhere? I couldn't find it in the doc files the package provides. The README says to add to the LD_LIBRARY_PATH itself, for example.

Thanks anyway,

Comment 3 Orion Poplawski 2015-03-11 18:00:33 UTC
I'm afraid we are sorely lacking documentation here.