<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Helvetica, Arial, sans-serif">Hi All,<br>
      <br>
      Here is my sample program. I am using channel sock of mpich-3.0.4.<br>
      <br>
      I am running it as<br>
      > mpiexec -n 1 ./server.out<br>
      > mpiexec -n 1 ./client.out<br>
      <br>
      Here my client program (client.c) hangs in MPI_Finalize.<br>
      There is an assert in the server.c where server exits.<br>
      <br>
      There is no way to detect that in client.<br>
      Even if we detect that using some timeout strategy, the client
      hangs in the finalize step.<br>
      Could you please suggest what is going wrong here or is this a bug
      in sock channel?<br>
      <br>
      Thanks,<br>
      Hirak<br>
    </font>
  </body>
</html>