Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-05 Thread Shamis, Pavel
Paul (K.), I fixed the problem in trunk r28289. Can you please test the revision with your build environment. Regards, Pavel (Pasha) Shamis On Apr 5, 2013, at 4:26 AM, Paul Kapinos wrote: > Hello, > > On 04/05/13 03:16, Paul Hargrove wrote: >> I found that

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-05 Thread Paul Kapinos
Hello, On 04/05/13 03:16, Paul Hargrove wrote: I found that not only did I need XRC, but I also needed to configure with --enable-static to reproduce the problem. I suspect that if Mellanox added --enable-static to an existing MTT configuration this would not have remained unfixed for so long.

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Shamis, Pavel
Paul, Thanks for the testing and note ! I already contacted mlnx folks. Regards, Pasha From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of Paul Hargrove Sent: Thursday, April 04, 2013 9:16 PM To: Open MPI Developers Subject: Re: [OMPI devel] Trunk: Link Failure

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Paul Hargrove
Ralph, You are welcome. I am already in "testing mode" today as I am preparing for my own release at the end of the month. With the scripts I have it takes less than a minute to launch a test such as these, and later I get email when the test completes. For anybody else that is interested in how

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Ralph Castain
Thanks Paul!! As always, much appreciated. On Apr 4, 2013, at 4:41 PM, Paul Hargrove wrote: > Pasha, > > Your fix appears to work. > > My previous testing that reproduced the problem was against the 1.7 tarball. > So, for good measure I tested BOTH last night's trunk

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Paul Hargrove
Pasha, Your fix appears to work. My previous testing that reproduced the problem was against the 1.7 tarball. So, for good measure I tested BOTH last night's trunk tarball and the one Ralph created earlier today: openmpi-1.9r28284.tar.bz2 FAILS in the manner reported previously: CCLD

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Paul Hargrove
New tarball is on the website now and I've started my build... -Paul On Thu, Apr 4, 2013 at 2:15 PM, Ralph Castain wrote: > I can kick it off now - will take a little while to hit the web site. > > > On Apr 4, 2013, at 2:01 PM, Paul Hargrove wrote: > >

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Ralph Castain
Available on the web site now: http://www.open-mpi.org/nightly/trunk/ On Apr 4, 2013, at 2:13 PM, "Shamis, Pavel" wrote: > Paul, > > I will prepare a tarball for you. > > Thanks ! > > Pavel (Pasha) Shamis > --- > Computer Science Research Group > Computer Science and Math

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Ralph Castain
I can kick it off now - will take a little while to hit the web site. On Apr 4, 2013, at 2:01 PM, Paul Hargrove wrote: > Pasha, > > I have at least one system where I can reproduce the problem, but don't have > up-to-date autotools. > So, I can only test from a tarball. >

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Shamis, Pavel
Paul, I will prepare a tarball for you. Thanks ! Pavel (Pasha) Shamis --- Computer Science Research Group Computer Science and Math Division Oak Ridge National Laboratory On Apr 4, 2013, at 5:01 PM, Paul Hargrove > wrote: Pasha, I have at

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Paul Hargrove
Pasha, I have at least one system where I can reproduce the problem, but don't have up-to-date autotools. So, I can only test from a tarball. If somebody can roll me a tarball of r28289 I can test ASAP. Otherwise I'll try to remember to test from tonight's trunk nightly once it appears. -Paul

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Shamis, Pavel
I pushed a bugfix to trunk (r28289). I don't have an access to a platform with XRC (MOFED) installation, so this is a "blind" bugfix. If you have a system with XRC, please test this revision. Hopefully this resolves the problem. Regards, - Pavel (Pasha) Shamis On Apr 4, 2013, at 3:28 PM,

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Ralph Castain
This is being addressed - however, for now, try configuring it with "--disable-openib-connectx-xrc" On Apr 4, 2013, at 10:32 AM, Ralph Castain wrote: > Sadly, the IB folks never fixed this - sigh. > > I'll fix it in the trunk and then CMR it for 1.7. Unfortunately, it

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Ralph Castain
Sadly, the IB folks never fixed this - sigh. I'll fix it in the trunk and then CMR it for 1.7. Unfortunately, it requires that you have both IB and XRC to see it, which us non-IB-vendors in the devel community don't. On Apr 4, 2013, at 9:44 AM, Ralph Castain wrote: > Let

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Ralph Castain
Let me try and dig into it a bit - sadly, my access to IB machines is sorely limited at the moment. On Apr 4, 2013, at 9:37 AM, Paul Kapinos wrote: > Got the same error on all builds (4 compiler, with and without trheading > support, 64 and 32bit) on our systems,

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2013-04-04 Thread Paul Kapinos
Got the same error on all builds (4 compiler, with and without trheading support, 64 and 32bit) on our systems, effectively prohibiting the building of the 1.7 release. Any idea how to workaround this? Need more logs? Best On 08/06/12 19:41, Gutierrez, Samuel K wrote: Looks like the type

Re: [OMPI devel] Trunk: Link Failure -- multiple definition of ib_address_t_class

2012-08-06 Thread Gutierrez, Samuel K
Looks like the type is defined twice - once in ompi/mca/common/ofacm/common_ofacm_xoob.h and another time in ./ompi/mca/btl/openib/btl_openib_xrc.h. Thanks, Sam On Aug 6, 2012, at 11:23 AM, Jeff Squyres wrote: > I don't have XRC support in my kernels, so it wouldn't show up for me. > > Did