<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt">Hi,<br><br>On Ubuntu 11.04 with gcc 4.5.2., I use mpich2-1.4.1p1 with this configuration options:<br>~/mpich2-1.4/configure --enable-error-messages=all --enable-g=all --enable-shared --enable-sharedlibs=gcc --without-mpe --with-pm=hydra:mpd --disable-f77 --disable-fc<br><br>After the program terminates, I receive a message related to the memory, When I use MPI_Send.<br><br>For example: The message bellow appears when I use 3 MPI_Send. <br>The first and second MPI_Send are used to send two separate integers. <br>The third one is used to send a special data structure created by me. <br>At the end node, the received data are printed out well.<br><br>How can I fix it ?<br>I would be grateful if you can help me.<br><br>Regards,<br>Hisham<br><br>In direct memory block for handle type REQUEST, 8 handles are still allocated<br>In indirect memory
 block 0 for handle type REQUEST, 16 handles are still allocated<br>[3] 1624 at [0x08930c98], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x08930bf0], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at [0x08930b48], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x08930450], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x089303a8], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at [0x08930300], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x0892fc08], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x0892fb60], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at [0x0892fab8], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x0892f3c0], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x0892f318], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at
 [0x0892f270], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x0892eb78], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x0892ead0], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at [0x0892ea28], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x0892e330], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x0890f948], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at [0x0890f8a0], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x0890f1a8], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x0890f100], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at [0x0890f058], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 1624 at [0x0890e960], 1.4.1p1/src/mpid/ch3/src/ch3u_handle_recv_pkt.c[248]<br>[3] 8 at [0x0890e8b8], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br>[3] 8 at
 [0x0890e810], am/mpich2-1.4.1p1/src/mpid/ch3/src/ch3u_eager.c[439]<br><br></div></body></html>