Re: [OMPI devel] orted --seed and orte_init()

2007-02-03 Thread Ralph Castain
On 2/2/07 8:44 AM, "Greg Watson" wrote: > We're launching a seed daemon so that we can get registry persistence > across multiple job launches. However, there is a race condition > between launching the daemon and the first call to orte_init() that > can result in a bus error. We set the OMPI_

[OMPI devel] [patch] commentary typo fixes

2007-02-03 Thread Bernhard Fischer
Hi, Attached are a few spelling corrections: s/defulat/default/g s/overriden/overridden/g s/compatab/compatib/g s/algorith/algorithm/g s/deamon/daemon/g s/formated/formatted/g Only the "defulat" is in obj-code, the rest is just comment cleanups. Please apply. Index: open-mpi/opal/util/if.c =

Re: [OMPI devel] [patch] commentary typo fixes

2007-02-03 Thread Bernhard Fischer
On Sat, Feb 03, 2007 at 05:32:32PM +0100, Bernhard Fischer wrote: >Hi, > >Attached are a few spelling corrections: >s/defulat/default/g >s/overriden/overridden/g >s/compatab/compatib/g >s/algorith/algorithm/g >s/deamon/daemon/g >s/formated/formatted/g > >Only the "defulat" is in obj-code, the rest

Re: [OMPI devel] orted --seed and orte_init()

2007-02-03 Thread Ralph Castain
Something did occur to me that *might* help with the problem of detecting when the seed is running. There is an option to orted "-- report-uri pipe" that will cause the orted to write it's uri to the specified pipe. This comes after the orted has completed orte_init, and so it *should* be ready at

Re: [OMPI devel] orted --seed and orte_init()

2007-02-03 Thread Greg Watson
On Feb 3, 2007, at 6:51 AM, Ralph Castain wrote: On 2/2/07 8:44 AM, "Greg Watson" wrote: We're launching a seed daemon so that we can get registry persistence across multiple job launches. However, there is a race condition between launching the daemon and the first call to orte_init() th

Re: [OMPI devel] orted --seed and orte_init()

2007-02-03 Thread Greg Watson
On Feb 3, 2007, at 10:35 AM, Ralph Castain wrote: Something did occur to me that *might* help with the problem of detecting when the seed is running. There is an option to orted "-- report- uri pipe" that will cause the orted to write it's uri to the specified pipe. This comes after the ort