bosilca

Results 318 comments of bosilca

dladdr seems to provide a somewhat similar functionality as indicated @ https://developer.apple.com/library/mac/Documentation/DeveloperTools/Reference/MachOReference/index.html#//apple_ref/doc/uid/TP40001398-CH1g-315644 . George. On Thu, Oct 30, 2014 at 11:00 PM, Pasha [email protected] wrote: > Actually the problem is...

This is breaking existing capabilities. The termination detection capability should work in all cases, not only when then context is started after the taskpool creation.

Why "different than the rest of the world" ? PaRSEC number its devices starting from 0 and includes all supported devices. Exactly like all the others. As a user you...

PaRSEC has its own dialect to identify devices, a dialect (and the API going with it) that TTG chooses not to expose to users. Thus, it seems more reasonable to...

I think the issue is totally different, and potentially not in OMPI. We need to split the discussion in two: modex exchange and first handshake. 1. **modex exchange:** Once OMPI...

> Is 10.249.13.210 a known IP address on the peer (nid002293)? If so, I'm curious as to why Open MPI doesn't report that as one of the valid IPs for...

He should run as on the last reported test with `btl_tcp_if_exclude=hsn0` and with nothing. I think the root cause of all the issues reported here is the same, IP mismatch...

I am unable to replicate, as long as I run your example on a machine with CUDA devices attached it works just as expected. If I run on a machine...

You are correct, most of the components building as DSO found CUDA. However, coll:cuda decided to be built statically and failed. Something is weird with your build because at the...

The CUDA accelerator component is build, but not loaded. 1. Let's check that it is installed properly. what's the output of `make install V=1` in the same directory as above...