1
1
openmpi/ompi/mca/common
Brian Barrett 3b98b5f0a1 The reference implementation of Portals (which runs over TCP on Linux) is
only static libraries.  Previously, we were linking the libraries into 
directly into the common, btl, and mtl code.  This seemed to work fine
for me on my Opteron Fedora box, but caused Lisa some issues (PtlNIInit
would succeed, but the network handle would fail when used with
PtlEQAlloc).

Instead, link the portals libraries directly into libmpi and not at
all into the common, btl, or mtl components.  THen use some linker
tricks to force the linker to bring in the public interface for the
reference implementation (which thankfully is pretty small).

This commit was SVN r15902.
2007-08-17 03:56:49 +00:00
..
mx Properly return a value in all cases. 2007-07-19 21:33:23 +00:00
portals The reference implementation of Portals (which runs over TCP on Linux) is 2007-08-17 03:56:49 +00:00
sm - fix a small memory leak 2007-08-06 13:35:32 +00:00
Makefile.am * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00