bosilca

Results 318 comments of bosilca

Then I'm not sure I understand what the problem is. I would understand if everything is compiled statically, but it does not seem so, or the example above would not...

What I was proposing is to load OPAL frameworks only when needed. But after playing around a little bit, it does not seem like a satisfactory approach. Thus, after going...

Nice. One suggestion: enable colors only when the terminal has ANSI capabilities and we are not dumping the MCA as parsable.

Yes, treematch is an import, we should avoid or minimize the changes that might put our version at odds with the original.

Why not taking a drastically different approach, and allow the linker to only export the MPI API ? As an example libtool has -export-symbols to provide such a capability.

That's exactly what our `*_DECLSPEC` is supposed to achieve, but apparently it does not work for static libraries, at least not the way we expect/want it to work.

I don't think this is the case. The gap in the beginning of the datatype is never accessed, this usage is a trick to avoid allocating the entire extent of...

For at least two reasons: 1. without preconnect the modex is asynchronous, and 2. the error obtained indicates the inability of the communication to get the info about the peer...

1. This patch delays the low priority callbacks (which contributes to counting the ```events```) by pausing before giving them a chance to trigger. 2. It also fails to protect itself...

The idea is still of interest, but this PR is stale. If I summarize, we want to have a straightforward approach: after `X` unsuccessful polls we start yielding and then...