Re: [O-MPI devel] OpenIB results

2005-08-26 Thread Jeff Squyres
This is symptomatic of you not installing all 3 tools in the same $prefix (I mentioned this on the phone yesterday). You *must* install all 3 tools together (they have interdependencies). Check out the HACKING file for details... On Aug 25, 2005, at 7:19 PM, Troy Benjegerdes wrote: failin

[O-MPI devel] maffinity framework

2005-08-26 Thread Jeff Squyres
I just committed a new "maffinity" (memory affinity) framework with only a single, trivial component right now. It's API is still changing a bit, but it's getting there. Right now, memory affinity is automatically enabled during ompi_mpi_init() (*not* automatically during opal_init()) if proc

[O-MPI devel] F90 support

2005-08-26 Thread Jeff Squyres
With help from Brian and Craig, we have now F90 MPI bindings support working properly. Because of the time required to compile the F90 bindings, they are automatically disabled in SVN checkout builds. You can enable them with --enable-f90. *** The F90 bindings are now automatically enabled i

Re: [O-MPI devel] OpenIB results

2005-08-26 Thread Troy Benjegerdes
On Thu, Aug 25, 2005 at 05:53:27PM +0300, Gleb Natapov wrote: > On Thu, Aug 25, 2005 at 09:43:31AM -0500, Troy Benjegerdes wrote: > > On Thu, Aug 25, 2005 at 04:35:41PM +0300, Gleb Natapov wrote: > > > On Wed, Aug 24, 2005 at 09:21:37PM -0500, Troy Benjegerdes wrote: > > > > I also get the followin

[O-MPI devel] SLURM support

2005-08-26 Thread Jeff Squyres
Brian and I finished up the SLURM support (more to the point; I did all the easy stuff and Brian did all the hard stuff). So now on IU's odin and thor clusters, for example, you don't need to specify hostfiles and you won't be using rsh/ssh. For example: odin% srun -N 4 -A odin% orterun -np

[O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Peter Kjellström
Hello folk I just checked out 7046 and my configure hangs at: configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: /bin/sh '../../../opal/libltdl/configure' succeeded for opal/libltdl checking f

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Ralf Wildenhues
Hi Peter, * Peter Kjellström wrote on Fri, Aug 26, 2005 at 05:21:27PM CEST: > > I just checked out 7046 and my configure hangs at: > > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: executing depfiles commands > configur

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Peter Kjellström
On Friday 26 August 2005 17.27, Ralf Wildenhues wrote: > Hi Peter, > > * Peter Kjellström wrote on Fri, Aug 26, 2005 at 05:21:27PM CEST: > > I just checked out 7046 and my configure hangs at: > > > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creatin

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Ralf Wildenhues
Here's a bit more info: * Ralf Wildenhues wrote on Fri, Aug 26, 2005 at 05:27:44PM CEST: > * Peter Kjellström wrote on Fri, Aug 26, 2005 at 05:21:27PM CEST: > > > > I just checked out 7046 and my configure hangs at: > > checking for libtool-supplied linker flags... > > > > ps -ef f gives me:

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Aug 26, 2005 at 06:04:19PM CEST: > > Libtool version previous to 1.5.16 had a bug in the macro to detect > this; it was often wrong before. Now it should be pretty bogus. Gah. That should've been: Now it should be pretty good. Sorry.

Re: [O-MPI devel] OpenIB results

2005-08-26 Thread Ralf Wildenhues
* Troy Benjegerdes wrote on Fri, Aug 26, 2005 at 04:18:06PM CEST: > > Did you manage to get this working on a debian system with just the > newer version of libtool? Jeff suggests I build libtool and all the > other autotools as well, but I'd like to see if I can avoid that, and > just update libt

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Peter Kjellström
On Friday 26 August 2005 18.04, Ralf Wildenhues wrote: > > >... > > > > Weird. Libtool thought icc does not understand `-c -o'? > > > > Can you search and post the respective output from config.log? > > Just go to $top_builddir and execute these: > $ find . -name config.log | xargs sed -n '/ suppo

Re: [O-MPI devel] OpenIB results

2005-08-26 Thread Jeff Squyres
On Aug 26, 2005, at 12:19 PM, Ralf Wildenhues wrote: (It would be good to augment the autogen.sh script so that it honored a setting like ACLOCAL="path/to/aclocal -I ..." (in Bourne shell speak) and similarly for AUTOMAKE, AUTOCONF, LIBTOOLIZE). I have no objections to this... :-) -- {+} Jef

Re: [O-MPI devel] configure hangs in libtool..

2005-08-26 Thread Ralf Wildenhues
* Peter Kjellström wrote on Fri, Aug 26, 2005 at 06:24:43PM CEST: > On Friday 26 August 2005 18.04, Ralf Wildenhues wrote: > > > > Libtool version previous to 1.5.16 had a bug in the macro to detect > > this; it was often wrong before. > > my libtool is indeed rather ancient compared to 1.5.16, I

[O-MPI devel] pml vs bml vs btl

2005-08-26 Thread Brad Penoff
Greetings, I was just curious about the distinction between the pml, bml, and btl layers within OpenMPI and was wondering if there was any place (other than the code ;-) where I could read about the design decisions. Any pointers? Particularly, I'm just curious about the difference between p

Re: [O-MPI devel] OpenIB results

2005-08-26 Thread Troy Benjegerdes
On Fri, Aug 26, 2005 at 12:35:07PM -0400, Jeff Squyres wrote: > On Aug 26, 2005, at 12:19 PM, Ralf Wildenhues wrote: > > > (It would be good to augment the autogen.sh script so that it honored > > a setting like ACLOCAL="path/to/aclocal -I ..." (in Bourne shell speak) > > and similarly for AUTOMAK