Re: [OMPI devel] Dec ORTE design meeting

2008-11-04 Thread Richard Graham
I plan to attend. Rich On 10/31/08 12:03 PM, "Ralph Castain" wrote: > Hello all > > Those of us who participated in the July ORTE meeting had so much fun, > we decided it was worth doing again! :-) > > Seriously, there are design issues that would benefit by a face-to- > face

[OMPI devel] Open MPI v1.3b2 has been posted

2008-11-04 Thread Tim Mattox
Hi All, The 2nd beta of v1.3 is now up on the website: http://www.open-mpi.org/software/ompi/v1.3/ Please run it through it's paces as best you can. -- Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/ tmat...@gmail.com || timat...@open-mpi.org I'm a bright... http://www.the-brights.net/

Re: [OMPI devel] Error after ompi-restart

2008-11-04 Thread Leonardo Fialho
Josh, It works fine for me. I think that it is the error. Leonardo Josh Hursey escribió: Leonardo, Sorry I have been really slow in replying, I have been pretty swamped lately. What version of the trunk are you using? I've been seeing C/R failures starting around r19872, but I haven't

Re: [OMPI devel] Error after ompi-restart

2008-11-04 Thread Leonardo Fialho
I´m not sure, but I think that line 659 on file orte/mca/ess/env/ess_env_module.c should contain if (ORTE_SUCCESS != (ret = orte_ess_base_build_nidmap(orte_process_info.sync_buf, , *jmap*))) { But actually it contains if (ORTE_SUCCESS != (ret =

Re: [MTT devel] mpi_details section with different scenarios for command line params

2008-11-04 Thread Jeff Squyres
On Nov 4, 2008, at 7:35 AM, Mike Dubman wrote: yep. it works. I thought that "exec" for mpirun will be executed once with all @mca@ params passed to it. I basically have a top-level "if" that lets me figure out whether I'm running on IB or iWARP systems, and that chooses between two master

Re: [MTT devel] mpi_details section with different scenarios for command line params

2008-11-04 Thread Mike Dubman
yep. it works. I thought that "exec" for mpirun will be executed once with all @mca@ params passed to it. Thanks again. Mike On Tue, Nov 4, 2008 at 2:08 PM, Jeff Squyres wrote: > On Nov 4, 2008, at 1:18 AM, Mike Dubman wrote: > > Do you mean that you have a huge "" funclet

Re: [MTT devel] mpi_details section with different scenarios for command line params

2008-11-04 Thread Mike Dubman
Hello Jeff, Do you mean that you have a huge "" funclet with different command lines for mpirun inside mpi_details section or smth else? Mike. On Mon, Nov 3, 2008 at 7:55 PM, Jeff Squyres wrote: > What exactly do you want to do? > > For example, Cisco's MTT files simply

Re: [MTT devel] mpi_details section with different scenarios for command line params

2008-11-04 Thread Mike Dubman
Ethan, Thanks for the tip, nice way to achieve multi-scenarios for single mpi_details section. Mike. On Mon, Nov 3, 2008 at 5:45 PM, Ethan Mallove wrote: > On Mon, Nov/03/2008 09:34:07AM, Mike Dubman wrote: > >Hello Guys, > > > >Please suggest the proper way to