Re: [OMPI devel] Configure Error - Anyone Else Seeing This?

2012-08-06 Thread Jeff Squyres
I see where this line is (ompi/config/ompi_check_openfabrics.m4), but I don't see any syntax errors in that area. Is this a fresh SVN checkout? On Aug 5, 2012, at 9:05 AM, Yevgeny Kliteynik wrote: > On 8/5/2012 3:16 PM, Yevgeny Kliteynik wrote: >> On 8/5/2012 12:07 PM, Gutierrez, Samuel K wrot

Re: [OMPI devel] Configure Error - Anyone Else Seeing This?

2012-08-06 Thread Gutierrez, Samuel K
Greetings, Not sure what was up with my trunk checkout. Pulled a fresh copy and configure no longer fails. Sorry about the false alarm! Sam On Aug 6, 2012, at 5:22 AM, Jeff Squyres wrote: > I see where this line is (ompi/config/ompi_check_openfabrics.m4), but I don't > see any syntax errors

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

2012-08-06 Thread Gutierrez, Samuel K
Hi, Anyone else seeing this? Creating mpi/man/man3/OpenMPI.3 man page... CCLD libmpi.la mca/btl/openib/.libs/libmca_btl_openib.a(btl_openib_xrc.o):(.data.rel+0x0): multiple definition of `ib_address_t_class' mca/common/ofacm/.libs/libmca_common_ofacm_noinst.a(common_ofacm_xoob.o):(.data.rel+

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

2012-08-06 Thread Jeff Squyres
I don't have XRC support in my kernels, so it wouldn't show up for me. Did someone have 2 instances of the ib_address_t class? On Aug 6, 2012, at 1:17 PM, Gutierrez, Samuel K wrote: > Hi, > > Anyone else seeing this? > > Creating mpi/man/man3/OpenMPI.3 man page... > CCLD libmpi.la > mca/bt

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 s

Re: [OMPI devel] RFC: sm BTL Initialization via Modex

2012-08-06 Thread Jeff Squyres
I've run this hg tree with the intel, IBM, and IMB suites on a Romley server with 20 cores for NP values of 2,3,4,...,19,20. The only failures were the IBM spawn tests (which are expected, because I ran with "--mca btl sm,self"). So -- +1 on this from me (disclaimer: I haven't looked at the cod

Re: [OMPI devel] Repeated -Xclang flags (was: 1.6.1rc2)

2012-08-06 Thread Jeff Squyres
I see the problem; I missed updating a variable in my patch. I verified this by just configuring OMPI on my Mac the same way you did (or something close to it): ./configure --disable-mpi-fortran CC=clang CXX=clang++ CFLAGS="-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunus

Re: [OMPI devel] RFC: sm BTL Initialization via Modex

2012-08-06 Thread Gutierrez, Samuel K
Thanks, Jeff. FWIW, I just finished testing with knem support enabled. Looks good. Sam On Aug 6, 2012, at 2:21 PM, Jeff Squyres wrote: > I've run this hg tree with the intel, IBM, and IMB suites on a Romley server > with 20 cores for NP values of 2,3,4,...,19,20. The only failures were the >