Re: [OMPI devel] [PATCH] make orte-checkpoint communicate with orterun again

2014-01-24 Thread Jeff Squyres (jsquyres)
On Jan 24, 2014, at 12:35 PM, Adrian Reber wrote: > It's still not working but at least both processes are > talking to each other which is good. w00t! -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: [OMPI devel] [PATCH] make orte-checkpoint communicate with orterun again

2014-01-24 Thread Adrian Reber
Status update of C/R with Open MPI: With the last two patches applied I am now seeing communication between orte-checkpoint and orterun: orte-checkpoint 23975: [dcbz:23986] orte_checkpoint: Checkpointing... [dcbz:23986] PID 23975 [dcbz:23986] Connected to Mpirun [[45520,0],0] [dcbz:23986

Re: [OMPI devel] [PATCH] make orte-checkpoint communicate with orterun again

2014-01-23 Thread Josh Hursey
+1 On Thu, Jan 23, 2014 at 10:16 AM, Ralph Castain wrote: > Looks correct to me - you are right in that you cannot release the buffer > until after the send completes. We don't copy the data underneath to save > memory and time. > > > On Jan 23, 2014, at 6:51 AM, Adrian Reber wrote: > > > Foll

Re: [OMPI devel] [PATCH] make orte-checkpoint communicate with orterun again

2014-01-23 Thread Ralph Castain
Looks correct to me - you are right in that you cannot release the buffer until after the send completes. We don't copy the data underneath to save memory and time. On Jan 23, 2014, at 6:51 AM, Adrian Reber wrote: > Following patch makes orte-checkpoint communicate with orterun again: > > di

[OMPI devel] [PATCH] make orte-checkpoint communicate with orterun again

2014-01-23 Thread Adrian Reber
Following patch makes orte-checkpoint communicate with orterun again: diff --git a/orte/tools/orte-checkpoint/orte-checkpoint.c b/orte/tools/orte-checkpoint/orte-checkpoint.c index 7106342..8539f34 100644 --- a/orte/tools/orte-checkpoint/orte-checkpoint.c +++ b/orte/tools/orte-checkpoint/orte-che