[ofa-general] OFED 1.2 Feb-26 meeting summary

Jason Gunthorpe jgunthorpe at obsidianresearch.com
Mon Mar 19 09:08:20 PDT 2007


On Mon, Mar 19, 2007 at 08:11:27AM -0400, Jeff Squyres wrote:

> I long ago went through denial/anger/bargaining/depression/acceptance  
> that you need a separate MPI installation for each compiler suite  
> that you want to support.

FWIW, a neat trick to help with this is to encode part of the soname
of libstdc++ in the soname of your library when you build it. The main
observation is that any ABI/compiler/etc differences must be already
taken care of by libstdc++'s soname versioning policy.  Then you can
have parallel installations of MPI libraries without too much trouble.

Jason



More information about the general mailing list