Re: [OMPI users] Question about restart

2009-04-27 Thread Josh Hursey
Thanks for the patch. I applied a version of it to the Open MPI trunk (r21079) and started the process of moving it to the v1.3 release series: https://svn.open-mpi.org/trac/ompi/ticket/1898 Thanks, Josh On Apr 27, 2009, at 9:53 AM, Josh Hursey wrote: Thanks for the bug report. I am hav

Re: [OMPI users] Question about restart

2009-04-27 Thread Josh Hursey
Thanks for the bug report. I am having a difficult time reproducing the error. Are you running on a single machine using shared memory or across multiple machine using a high speed network? Based on your bug report, my suspicion is that an event is not being properly de-registered from th

Re: [OMPI users] Question about restart

2009-04-22 Thread Yaakoub El Khamra
Incidentally, if I add a check for the value base->sig.sh_old, that it is not NULL, and recompile, everything works fine. I am concerned this is just fixing a symptom rather than the root of the problem. if(base->sig.sh_old != NULL) free(base->sig.sh_old); is what I used. Regards Yaakoub El Kh

[OMPI users] Question about restart

2009-04-22 Thread Yaakoub El Khamra
Greetings I am trying to get the checkpoint/restart to work on a single machine with openmpi 1.3 (also tried an svn check-out) and ran into a few problems. I am guessing I am doing something wrong, and would appreciate some help. I built openmpi with: ./configure --prefi=/usr/local/openmpi-1.3/ -