Re: [OMPI devel] openib wasn't building

2012-06-25 Thread Jeff Squyres
Can you send me your config.log and the stdout/stderr from configure? On Jun 25, 2012, at 4:45 PM, Eugene Loh wrote: > Thanks. That explains one mystery. > > I'm still unclear, though. Or, maybe I'm hitting a different problem. I > configure with "--with-openib" (along with other stuff). I

Re: [OMPI devel] openib wasn't building

2012-06-25 Thread Eugene Loh
Thanks. That explains one mystery. I'm still unclear, though. Or, maybe I'm hitting a different problem. I configure with "--with-openib" (along with other stuff). I get: r26639:checking if MCA component btl:openib can compile... yes r26640:checking if MCA component btl:openib can compile.

Re: [OMPI devel] openib wasn't building

2012-06-25 Thread Jeff Squyres
Er... I could have sworn that I committed the fix before I sent this mail, but it looks like I didn't. I just committed r26654 which fixes the issue. Sorry for the confusion! On Jun 25, 2012, at 2:47 PM, Jeff Squyres wrote: > I noticed earlier today that the trunk openib btl was not building

[OMPI devel] openib wasn't building

2012-06-25 Thread Jeff Squyres
I noticed earlier today that the trunk openib btl was not building if you did not specify --with-openib[=DIR]. I have fixed the problem, but just wanted to give a heads up that this has happened; either re-configure --with-openib or svn up and re-autogen/configure/build. Sorry about that, folk