<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Thanks for your reply. I found where is the problem. <br></span></div><div>I use the 3 MPI_Send function more than one time, at the end node I don't receive all the sent data.<br></div><div> That is why I got these message; the program terminate without finishing the request.</div><div><br></div><div>Thanks for your help.</div><div><br></div><div>Regards,</div><div>Hisham<br></div><div><br></div><div><br><span></span></div><div><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Pavan Balaji &lt;balaji@mcs.anl.gov&gt;<br><b><span style="font-weight: bold;">To:</span></b> Hisham Adel &lt;hosham2004@yahoo.com&gt;<br><b><span
 style="font-weight: bold;">Cc:</span></b> mpich-discuss@mcs.anl.gov<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, September 6, 2011 1:51 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [mpich2-dev] In direct memory block for handle type REQUEST, 8 handles are still allocated<br></font><br><br>On 09/06/2011 06:47 AM, Hisham Adel wrote:<br>&gt; How can i free these requests ?<br><br>Depends on what handles are leaking. If you have MPI requests, you should either Test/Wait on them or free them with Request_free. Similarly, communicators, windows, and files all have its own free'ing routines.<br><br>&gt; For the data-structure that was created, I use<br>&gt; MPI_Type_free(&amp;MPIText_DataType), and I use MPI_Finalize() at the end of<br>&gt; the program...<br><br>Do you have a test program that shows this problem?<br><br> -- Pavan<br><br>-- Pavan Balaji<br><a href="http://www.mcs.anl.gov/%7Ebalaji"
 target="_blank">http://www.mcs.anl.gov/~balaji</a><br><br><br></div></div></div></body></html>