Hi MPICH2 people,<div><br></div><div>May I know what does these error log mean? These error log occurr at the end of my main function, just before the last statement &quot;return 0&quot;. By the way, I am sure the example program cpi.exe works fine on my small cluster.</div>
<div><br></div><div><div>[03:5672]......ERROR:result command received but the wait_list is empty.</div><div>[03:5672]....ERROR:unable to handle the command: &quot;cmd=result src=0 dest=3 tag=35 cmd_tag=22 ctx_key=2 result=SUCCESS &quot;</div>
<div>[03:5048]......ERROR:result command received but the wait_list is empty.</div><div>[03:5048]....ERROR:unable to handle the command: &quot;cmd=result src=0 dest=3 tag=41 cmd_tag=22 ctx_key=1 result=SUCCESS &quot;</div>
<div>[03:5048]...ERROR:sock_op_close returned while unknown context is in state: SMPD_IDLE</div><div>[03:5672]...ERROR:sock_op_close returned while unknown context is in state: SMPD_IDLE</div></div><div><br></div><div>cheers</div>
<div>Xiao<br><br><div class="gmail_quote">On Sat, Jan 1, 2011 at 12:40 AM, 王睿 <span dir="ltr">&lt;<a href="mailto:wangraying@gmail.com">wangraying@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
You may use valgrind to help you detect the error. <br><br>--From a stander-by :)<br><br><br><div class="gmail_quote">2011/1/1 Xiao Li <span dir="ltr">&lt;<a href="mailto:shinelee.thewise@gmail.com" target="_blank">shinelee.thewise@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div><div></div><div class="h5"><div>Hi MPICH2 community,</div><div><br></div><div>I am now learning MPI programming. My code is something like this:</div>

<div><div><br></div><div><div>MPI_Init(&amp;argc,&amp;argv);</div><div>MPI_Comm_size(MPI_COMM_WORLD,&amp;numprocs);</div>
<div>MPI_Comm_rank(MPI_COMM_WORLD,&amp;rank);</div><div><br></div><div>if(rank != 0)</div><div>{</div></div><div>     //workers do something here</div><div>    // no other MPI runtiness are used</div><div>}</div><div>MPI_Finalize();</div>


</div><div><br></div><div>I start 14 processes on four machines to run this programs. However, my programs seems halt on MPI_Finalize(). I check the log and find these error information.</div><div><br></div><div>[03:5784]......ERROR:result command received but the wait_list is empty.</div>


<div>[03:5784]....ERROR:unable to handle the command: &quot;cmd=result src=0 dest=3 tag=32 cmd_tag=21 ctx_key=1 result=SUCCESS &quot;</div><div>[03:5784]..ERROR:error closing the unknown context socket: Error = -1</div><div>


<br></div><div>May I know what does these error information mean?</div><div><br></div><div>cheers</div><div>Xiao</div>
<br></div></div>_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br></blockquote></div><font color="#888888"><br><br clear="all"><br>-- <br><div>Rui Wang</div><div><div><div>Key Laboratory of Computing Systems and Architecture,</div><div>Institute of Computing technology,</div><div>Chinese Academy of Science,</div>

Beijing, P.R.China</div></div><br>
</font><br>_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br></blockquote></div><br></div>