Unfortunately, this won't solve the problem in a portable way as pragma is
purely a GCC extension. Many of our users build with Intel and other compilers,
so we need a more generalized solution.
I have asked the OMPI developers who did the visibility work if they could
either share their genera
On Sep 7, 2010, at 5:35 PM, Nick Mathewson wrote:
> The remaining non-static symbols are ones
> shared between modules, and of course C doesn't let you make those
> static. The right solution here is probably to manually tell the
> linker about what symbols to export and what symbols not to expo
On Sep 7, 2010, at 9:35 AM, Nick Mathewson wrote:
> Hi, Ralph!
>
> On Tue, Sep 7, 2010 at 11:04 AM, Ralph Castain wrote:
> [...]
>> (b) we need to modify it somewhat to get things working correctly across the
>> broad range of our installed base.
>
> Any chances of getting the patches here up
Hi, Ralph!
On Tue, Sep 7, 2010 at 11:04 AM, Ralph Castain wrote:
[...]
> (b) we need to modify it somewhat to get things working correctly across the
> broad range of our installed base.
Any chances of getting the patches here upstreamed? "Working
correctly across a broad install base" sounds