<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Hi MPI people,</span></font><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">
<br></div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div>I am now learning MPI programming. My code is something like this:</div><div><div><br></div><div>int main(int argc, char* argv[])</div>
<div>{</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>return 0;</div><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><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><br></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">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;. As I do not use any MPI communication routines in side the code block, I do not know why does these error happen. By the way, I am sure the example program cpi.exe works fine on my small cluster. The cluster is composed by four Windwos XP sp2 machines connected by 100Mbps localnetwork.</span></font></div>

<div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><br></div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">cheers</div>
<div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Xiao</div>