Re: [OMPI devel] Is it possible to get BTL transport work directly with MPI level

2007-04-13 Thread pooja
Hi I have downloaded the developer version of source code by downloading a nightly Subversion snapshot tarball.And have installed the openmpi. Using ./configure --prefix=/usr/local make all install. But I want to install with all the development headers.So that I can write an application that ca

Re: [OMPI devel] Is it possible to get BTL transport work directly with MPI level

2007-04-13 Thread Jeff Squyres
Configure with the --with-devel-headers switch. This will install all the developer headers. If you care, check out "./configure --help" -- that shows all the options available to the configure script (including --with-devel- headers). On Apr 13, 2007, at 7:36 PM, po...@cc.gatech.edu wro