[OMPI devel] 1.4.3rc2 posted

2010-09-09 Thread Ralph Castain
It's a race to the finish, folks, and 1.4.3 is rounding the corner!! Take her out for a spin: http://www.open-mpi.org/software/ompi/v1.4/ Ralph

[OMPI devel] 1.5rc6 posted

2010-09-09 Thread Jeff Squyres
Here's another one folks -- it has all the fixes from Paul's testing and the other issues we identified. Give it a whirl: http://www.open-mpi.org/software/ompi/v1.5/ Umm... actually, there's a problem updating the www.open-mpi.org docroot right now; once the IU admins fix something (hopefu

[OMPI devel] Gentle reminder: teleconf in 30 mins

2010-09-09 Thread Jeff Squyres
Just a reminder that we're having an engineering webex in 30 mins (9am US Eastern time) to review some stuff that has been discussed in Stuttgart. Info is on the wiki: https://svn.open-mpi.org/trac/ompi/wiki/Sep10Meeting -- Jeff Squyres jsquy...@cisco.com For corporate legal information g

Re: [OMPI devel] AS_VAR_COPY failure (Re: === CREATE FAILURE (v1.4) ===)

2010-09-09 Thread Jeff Squyres
You rock! I was literally just trying to figure out something exactly like this. Your version is much more elegant than my current attempt. :-) Many thanks! On Sep 9, 2010, at 7:43 AM, Ralf Wildenhues wrote: > Hi Jeff, > > Yes, sorry for not making this clear earlier: AS_VAR_COPY is fairly

Re: [OMPI devel] AS_VAR_COPY failure (Re: === CREATE FAILURE (v1.4) ===)

2010-09-09 Thread Ralf Wildenhues
Hi Jeff, Yes, sorry for not making this clear earlier: AS_VAR_COPY is fairly new, and was introduced because AS_VAR_GET has problems. You should be able to workaround it by placing something like m4_ifndef([AS_VAR_COPY], [m4_define([AS_VAR_COPY], [AS_LITERAL_IF([$1[]$2], [$1=$$2], [

[OMPI devel] AS_VAR_COPY failure (Re: === CREATE FAILURE (v1.4) ===)

2010-09-09 Thread Jeff Squyres
I'm checking into this. I'm guessing that the problem is that the autoconf we use to build the 1.4 tarballs doesn't have AS_VAR_COPY. Arrgghhh... On Sep 9, 2010, at 3:02 AM, MPI Team wrote: > > ERROR: Command returned a non-zero exist status (v1.4): > ./autogen.sh > > Start time: Wed

Re: [OMPI devel] [PATCH] fix mx btl_bandwidth

2010-09-09 Thread Jeff Squyres
On Sep 8, 2010, at 5:02 PM, Rolf vandeVaart wrote: > The way the code is currently written, it does not run the autodetect by > default. What happens is it takes a look at > the bandwidth value. If the bandwidth value is 0, it will run the autodetect > code. This seems like a no-brainer: we s