Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-18 Thread Jeff Squyres
Due to over a week of compile failures (see http://www.open-mpi.org/mtt/index.php?do_redir=1951 for the latest), I've backed out r24533 and r24507. Mellanox -- please fix and re-submit when you're ready. Thanks. On Mar 16, 2011, at 2:05 PM, Mike Dubman wrote: > > sorry about that, we find

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Mike Dubman
sorry about that, we find a better way to resolve it later. fix commited. On Wed, Mar 16, 2011 at 6:00 PM, Jeff Squyres wrote: > Ya, you're right -- I'm looking at my MTT right now and I see lots of > broken installs. > > But it works if I compile manually. Weird. > >

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Terry Dontje
On 03/16/2011 12:00 PM, Jeff Squyres wrote: Ya, you're right -- I'm looking at my MTT right now and I see lots of broken installs. But it works if I compile manually. Weird. So when I saw your MTT results it was not finding a header file as opposed to the problem I was incurring which was a

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Jeff Squyres
Ya, you're right -- I'm looking at my MTT right now and I see lots of broken installs. But it works if I compile manually. Weird. Mellanox -- please fix ASAP, or we'll likely back our r24507 so that people can keep working... On Mar 16, 2011, at 11:58 AM, George Bosilca wrote: > The trunk

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread George Bosilca
The trunk is indeed broken. The reason is, as Terry pointed out, the inclusion of infiniband/mad.h introduced by r24507 (https://svn.open-mpi.org/trac/ompi/changeset/24507). As long as OFED 1.4 is available, it will compile independent of the version of the kernel, libpthread, moon position or

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Terry Dontje
On 03/16/2011 06:34 AM, Terry Dontje wrote: On 03/16/2011 06:21 AM, Jeff Squyres wrote: On Mar 16, 2011, at 5:51 AM, Terry Dontje wrote: I've seen this with the following: RH 4.6 / OFED 1.3.6 Errr... did you look athttp://www.open-mpi.org/community/lists/devel/2011/03/9068.php? Yes I did,

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Terry Dontje
On 03/16/2011 06:38 AM, Jeff Squyres (jsquyres) wrote: K. When Ralph and I removed that code, it was on he educated guess that no one was using it (because it hasn't compiled right in a while). If we were wrong, it can be put back, but someone will need to update it and Ralph and I don't have

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Jeff Squyres (jsquyres)
K. When Ralph and I removed that code, it was on he educated guess that no one was using it (because it hasn't compiled right in a while). If we were wrong, it can be put back, but someone will need to update it and Ralph and I don't have access to machines to test that behavior. Sent from my

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-16 Thread Terry Dontje
On 03/16/2011 06:21 AM, Jeff Squyres wrote: On Mar 16, 2011, at 5:51 AM, Terry Dontje wrote: I've seen this with the following: RH 4.6 / OFED 1.3.6 Errr... did you look at http://www.open-mpi.org/community/lists/devel/2011/03/9068.php? Yes I did, and I will be talking with my group about

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-15 Thread Jeff Squyres
Which Linux / OFED are you using? I am not seeing this with vanilla RHEL5. On Mar 15, 2011, at 1:39 PM, Terry Dontje wrote: > While compiling btl_openib_connect_oob.c I am getting identifier redeclared: > ib_gid_t. Looks like infiniband/mad.h defines this and then iba/types.h > tries to

Re: [OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-15 Thread Terry Dontje
It looks to me like r24507 is what changed in btl_openib_connect_oob.c to include the two header files that are conflicting with each other. --td On 03/15/2011 01:39 PM, Terry Dontje wrote: While compiling btl_openib_connect_oob.c I am getting identifier redeclared: ib_gid_t. Looks like

[OMPI devel] trunk not compiling for btl_openib_connect_oob.c

2011-03-15 Thread Terry Dontje
While compiling btl_openib_connect_oob.c I am getting identifier redeclared: ib_gid_t. Looks like infiniband/mad.h defines this and then iba/types.h tries to redefine it. I am on Linux compiling with gcc. Is anyone else seeing the same issue or am I possibly dealing with some old s/w? --