Am Mittwoch, 19. März 2008 00:02:47 schrieb Roland Dreier:
> As an ompi bystander, I would strongly endorse a switch away from svn.
> I think that git, hg and bzr are all roughly equivalent -- they each
> have their enthusiastic partisans, but in reality they're all probably
> fine. And the differ
After digging a little deeper, it turns out that the kevent() call in
opal/event/kquene.c:
if (kevent(kq,
kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
(int)kqueueop->events[0].ident != master ||
kqueueop->events[0].flags != EV_ERROR) {
see