Hi Wesley,
Please check the client.c. There is explicit "assert" statement, which will terminate the client program abnormally. The server would be waiting on a MPI_Recv at that moment and the receive never times out or completes.
Even I replace the assert with sleep (100) and then manually kill the client process by process-id, the result is same.
Could you please let me know if a client is abnormally terminated, is there any way to detect that from server or not.
Thanks,
Hirak
> Ok. I don't see where you're killing a process. > On Oct 27, 2014, at 10:51 PM, Roy, Hirak <Hirak_Roy at mentor.com> wrote: > > Hi Wesley, > > This is related to the FT problem. > > Thanks, > Hirak > > > Is this still related to your FT problems or is this a separate problem? > > Thanks, > Wesley >