On Jun 3, 2011, at 10:12 AM, Ralph Castain wrote:
> When an MPI proc calls MPI_Init, each btl pushes its contact info into the
> modex database - one example is the btl.tcp.1.7 info you found there. That
> entry is for the TCP btl, which is probably what you are looking for. There
> is no way f
On Jun 3, 2011, at 8:03 AM, Hugo Meyer wrote:
> Hello Ralph.
>
> Are you talking about an MPI communication? If so, then you need to update
> every proc's modex info for the proc that moved - this is something stored
> in each MPI proc's memory, so it isn't something that you can just get fro
Hello Ralph.
Are you talking about an MPI communication? If so, then you need to update
every proc's modex info for the proc that moved - this is something stored
in each MPI proc's memory, so it isn't something that you can just get from
the daemon on-demand. You'll have to provide the update to
Are you talking about an MPI communication? If so, then you need to update
every proc's modex info for the proc that moved - this is something stored in
each MPI proc's memory, so it isn't something that you can just get from the
daemon on-demand. You'll have to provide the update to every sing