1
1
openmpi/ompi/mca/btl/base
George Bosilca 0bf381e931 This patch try to solve a issue on Leopard. The supposedly global
variables that are not initialized and are declared in a file that
doesn't export any globally visible function are marked as
non-initialized constants, i.e. uninitialized common symbols. For some
obscure reasons, they get removed from the object files on Mac OS X.

So far I found two solution to this problem. One require the addition
of "-c" to the linker command, the second one (corresponding to this
patch) force them to became a common initialized symbol.

This commit was SVN r21739.
2009-07-28 17:06:16 +00:00
..
base.h Fixes trac:1588: have several BTLs disable themselves in the presence of 2008-10-28 18:29:57 +00:00
btl_base_close.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
btl_base_error.c This patch try to solve a issue on Leopard. The supposedly global 2009-07-28 17:06:16 +00:00
btl_base_error.h - Add the proper __opal_attribute_format__(__printf__...) to 2009-05-14 00:10:59 +00:00
btl_base_mca.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +00:00
btl_base_open.c - Last of intrusive commits (promised)... err for now. 2009-03-04 17:06:51 +00:00
btl_base_select.c - Last of intrusive commits (promised)... err for now. 2009-03-04 17:06:51 +00:00
help-mpi-btl-base.txt Make a better error message. 2008-03-29 12:54:24 +00:00
Makefile.am Cosmetic changes; replace tabs with spaces. 2009-01-03 01:45:52 +00:00