Re: [OMPI devel] Switching away from SVN?

2008-04-05 Thread Manuel Prinz
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

[OMPI devel] Build failure on FreeBSD 7

2008-04-05 Thread Karol Mroz
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