Re: [OMPI users] Adding a new BTL

2016-02-25 Thread dpchoudh .
Thank you, Jeff. I'll start a new thread on this on the devel list. Durga Life is complex. It has real and imaginary parts. On Thu, Feb 25, 2016 at 5:15 PM, Jeff Squyres (jsquyres) wrote: > Can you send the full output from autogen and configure? > > Also, this is probably better suited for th

Re: [OMPI users] Adding a new BTL

2016-02-25 Thread Jeff Squyres (jsquyres)
Can you send the full output from autogen and configure? Also, this is probably better suited for the Devel list, since we're talking about OMPI internals. Sent from my phone. No type good. On Feb 25, 2016, at 2:06 PM, dpchoudh . mailto:dpcho...@gmail.com>> wrote: Hello Gilles Thank you very

Re: [OMPI users] Adding a new BTL

2016-02-25 Thread dpchoudh .
Hello Gilles Thank you very much for your advice. Yes, I copied the templates from the master branch to the 1.10.2 release, since the release does not have them. And yes, changing the Makefile.am as you suggest did make the autogen error go away. However, in the master branch, the autotools seem

Re: [OMPI users] Adding a new BTL

2016-02-25 Thread Gilles Gouaillardet
Did you copy the template from the master branch into the v1.10 branch ? if so, you need to replacing MCA_BUILD_opal_btl_lf_DSO with MCA_BUILD_ompi_btl_lf_DSO will likely solve your issue. you do need a configure.m4 (otherwise your btl will not be built) but you do not need AC_MSG_FAILURE as far a