[mpich-discuss] [mpich2-dev] In direct memory block for handle type REQUEST, 8 handles are still allocated

Pavan Balaji balaji at mcs.anl.gov
Tue Sep 6 06:51:01 CDT 2011


On 09/06/2011 06:47 AM, Hisham Adel wrote:
> How can i free these requests ?

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.

> For the data-structure that was created, I use
> MPI_Type_free(&MPIText_DataType), and I use MPI_Finalize() at the end of
> the program...

Do you have a test program that shows this problem?

  -- Pavan

-- 
Pavan Balaji
http://www.mcs.anl.gov/~balaji


More information about the mpich-discuss mailing list