Re: [OMPI devel] Fake Modex

2011-06-03 Thread Jeff Squyres
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

Re: [OMPI devel] Fake Modex

2011-06-03 Thread Ralph Castain
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

Re: [OMPI devel] Fake Modex

2011-06-03 Thread Hugo Meyer
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

Re: [OMPI devel] Fake Modex

2011-06-03 Thread Ralph Castain
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