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

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-03 Thread Brad Penoff
gger an error so there is > > >> no need > > >> for the timeout ... I'll make the corrections over the weekend. > > >> > > >> Thanks, > > >>george. > > >> > > >> > > >> > > >>

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Brad Penoff
t; >> > >> > >> 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 an

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Jeff Squyres
e: Fri, 11 Apr 2008 16:36:33 To:Open MPI Developers <de...@open-mpi.org> 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

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Jeff Squyres
;jsquy...@cisco.com> Date: Fri, 11 Apr 2008 16:36:33 To:Open MPI Developers <de...@open-mpi.org> 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 rega

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
the moment > > to perform any proper distributed tests. > > > > > > -- > > > Karol > > > > > > -Original Message- > > > From: Jeff Squyres <jsquy...@cisco.com> > > > > > > Date: Fri, 11 Apr 2008 1

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 <jsquy...@cisco.com> > > > > Date: Fri, 11 Apr 2008 1

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 <jsquy...@cisco.com> > > > > Date: Fri, 11 Apr 2008 1

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-11 Thread George Bosilca
-- Karol -Original Message- From: Jeff Squyres <jsquy...@cisco.com> Date: Fri, 11 Apr 2008 16:36:33 To:Open MPI Developers <de...@open-mpi.org> 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?

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-11 Thread Karol Mroz
en MPI Developers <de...@open-mpi.org> 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 if we've fixed it yet.

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

[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) {

[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