Re: [OMPI devel] async thread in openib BTL

2011-01-03 Thread Jeff Squyres
In addition, it would be really, really nice if someone would consolidate the watching of these devices into other mechanisms. The idea here is that the error can be noticed asynchronously, so it can't be part of the main libevent fd-watching (which is only checked once in a while). The async

Re: [OMPI devel] async thread in openib BTL

2010-12-23 Thread Shamis, Pavel
The async thread is used to handle asynchronous error/notification events, like port up/down, hca errors etc. So most of the time the thread sleeps, and in healthy network you not supposed to see any events. Regards, Pasha On Dec 23, 2010, at 12:49 AM, Eugene Loh wrote: > I'm starting to loo