Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-04 Thread Paul H. Hargrove
Jeff Squyres wrote: On May 3, 2008, at 7:32 PM, Brad Penoff wrote: The small commit that Karol originally suggested was just pushed to ompi-trunk. This just simply adds the appropriate header files for FreeBSD (6.2, 6.3 and 7) to be able to compile. Good. This didn't fix the han

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-04 Thread Jeff Squyres
On May 3, 2008, at 7:32 PM, Brad Penoff wrote: The small commit that Karol originally suggested was just pushed to ompi-trunk. This just simply adds the appropriate header files for FreeBSD (6.2, 6.3 and 7) to be able to compile. Good. This didn't fix the hanging on the kevent call mentione

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-03 Thread Brad Penoff
>> no need > > >> for the timeout ... I'll make the corrections over the weekend. > > >> > > >> Thanks, > > >> george. > > >> > > >> > > >> > > >> On Apr 11, 2008

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Brad Penoff
> >> > >> On Apr 11, 2008, at 7:39 PM, Karol Mroz wrote: > >> > >>> Hi, Jeff... > >>> > >>> This test was performed locally, yes. I'm short on machines at the > >>> moment > >> to perform any proper

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Jeff Squyres
hanks, george. On Apr 11, 2008, at 7:39 PM, Karol Mroz wrote: Hi, Jeff... This test was performed locally, yes. I'm short on machines at the moment to perform any proper distributed tests. -- Karol -Original Message- From: Jeff Squyres Date: Fri, 11 Apr 2008 16:36:33 To:Ope

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Jeff Squyres
res Date: Fri, 11 Apr 2008 16:36:33 To:Open MPI Developers Subject: Re: [OMPI devel] Build failure on FreeBSD 7 This may depend on how you ran the app on FreeBSD -- did you run on the localhost only? We have/had a problem when running locally with regards to kevent -- I'm not 100% sure

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
t the moment > > to perform any proper distributed tests. > > > > > > -- > > > Karol > > > > > > -Original Message- > > > From: Jeff Squyres > > > > > > Date: Fri, 11 Apr 2008 16:36:33 > > > To:Open MP

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
was performed locally, yes. I'm short on machines at the moment > to perform any proper distributed tests. > > > > -- > > Karol > > > > -----Original Message----- > > From: Jeff Squyres > > > > Date: Fri, 11 Apr 2008 16:36:33 > > To:Ope

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
was performed locally, yes. I'm short on machines at the moment > to perform any proper distributed tests. > > > > -- > > Karol > > > > -----Original Message----- > > From: Jeff Squyres > > > > Date: Fri, 11 Apr 2008 16:36:33 > > To:Ope

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-11 Thread George Bosilca
distributed tests. -- Karol -Original Message- From: Jeff Squyres Date: Fri, 11 Apr 2008 16:36:33 To:Open MPI Developers Subject: Re: [OMPI devel] Build failure on FreeBSD 7 This may depend on how you ran the app on FreeBSD -- did you run on the localhost only? We have/had a problem when r

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-11 Thread Karol Mroz
t: Re: [OMPI devel] Build failure on FreeBSD 7 This may depend on how you ran the app on FreeBSD -- did you run on the localhost only? We have/had a problem when running locally with regards to kevent -- I'm not 100% sure if we've fixed it yet. Let me check... On Apr 5, 2008, at 1:53

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-11 Thread Jeff Squyres
This may depend on how you ran the app on FreeBSD -- did you run on the localhost only? We have/had a problem when running locally with regards to kevent -- I'm not 100% sure if we've fixed it yet. Let me check... On Apr 5, 2008, at 1:53 AM, Karol Mroz wrote: After digging a little deepe

[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

[OMPI devel] Build failure on FreeBSD 7

2008-04-04 Thread Karol Mroz
Hello everyone... it's been some time since I posted here. I pulled the latest svn revision (18079) and had some trouble building Open MPI on a FreeBSD 7 machine (i386). Make failed when compiling opal/event/kqueue.c. It appears that freebsd needs sys/types.h, sys/ioctl.h, termios.h and libuti