Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 688882

Summary: sys-cluster/native-mpi should install mpi libraries
Product: Gentoo Linux Reporter: hangglider
Component: Current packagesAssignee: Alexey Shvetsov <alexxy>
Status: RESOLVED WONTFIX    
Severity: normal CC: cluster
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description hangglider 2019-06-28 13:28:41 UTC
sys-cluster/native-mpi does install some mpi environment, but doesn't install or enforce installation of any of the mpi libraries. virtual/mpi accepts native-mpi as one of it's possible alternatives.

When any packages (in particular sci-libs/parmgridgen in my case) requires virtual/mpi and tries to compile e.g. against libmpich, this leads to a compile error, as this lib cant be found. So either native-mpi has to install/enforce installation of libs, or virtual/mpi has to unlist it.
Comment 1 Alexey Shvetsov archtester gentoo-dev 2019-08-04 08:45:15 UTC
Its intended by design. This package was for prefix only if you use it with already installed system mpi on hpc cluster. So its not a bug =D
Comment 2 hangglider 2019-08-04 08:53:56 UTC
Please explain - seems I misunderstand completely. What's not a bug, and why?