<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Unfortunately its embedded in a much larger code base. I will see if I can isolate it somewhat.<div><br></div><div>BTW this is a Bcast over an intercomm, not an intracomm, so that might make a different.</div><div><br></div><div>In the end I put together a valgrind suppression file which seems to suppress all the MPI errors. It looks like this:</div><div><div>{</div><div>   MPI_func_leaks1</div><div>   Memcheck:Leak</div><div>   ...</div><div>   fun:MPL_trmalloc</div><div>   ...</div><div>}</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 18, 2016 at 12:49 PM, Guo, Yanfei <span dir="ltr"><<a href="mailto:yguo@anl.gov" target="_blank">yguo@anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ed,<br>
<br>
I tried a couple Bcast unittest with the same MPICH and valgrind version. I could not reproduce the problem on our side. Can you provide an example code that has this problem?<br>
<br>
Yanfei Guo<br>
Postdoctoral Researcher<br>
MCS Division, ANL<br>
<div><div class="h5"><br>
<br>
On 8/18/16, 10:29 AM, "Ed Hartnett" <<a href="mailto:edwardjameshartnett@gmail.com">edwardjameshartnett@gmail.com</a><wbr>> wrote:<br>
<br>
<br>
    I am using MPICH 3.2, built with: ./configure --prefix=/usr/local --enable-g=mem,dbg,meminit<br>
    I am using valgrind 3.11.0.<br>
    When I run valgrind on one of my MPI programs, I get a large number of reported leaks for PMPI_Bcast().<br>
    Am I doing something wrong? I thought that this version of MPICH, when used with configure flag --enable-g=mem,dbg,meminit, would allow valgrind to work on MPI programs without false positives.<br>
    Any suggestion would be helpful.<br>
<br>
<br>
<br>
</div></div>______________________________<wbr>_________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/<wbr>mailman/listinfo/discuss</a><br>
</blockquote></div><br></div>