In the worst case, i.e. no other solution is possible, OS X can be
identified by the existence of the macro __APPLE__. There is no need to
have OPAL_HAVE_MAC.
George.
On Thu, May 14, 2015 at 11:12 PM, Ralph Castain wrote:
> Interesting - as I said, I'll take a look. In either case, the keep a
Did some more digging, and it turns out that Linux specifies the keep alive
time interval in seconds - and Mac (for some strange reason) uses
milliseconds. Hence the difference in behavior.
So I could replace the current commit with one that multiplies the keep
alive interval by 1000x if we are on
Good catch.
If vote for the same behavior on OS X even if it's somewhat unnecessary. I.E.,
use keep alive, but do 1000x the value.
Sent from my phone. No type good.
On May 15, 2015, at 5:42 AM, Ralph Castain
mailto:r...@open-mpi.org>> wrote:
Did some more digging, and it turns out that Linux