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_
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
=
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
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
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
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