<div class="gmail_quote">On Tue, Apr 12, 2011 at 15:40, Barry Smith <span dir="ltr">&lt;<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1mk">perhaps you are only running with one level and hence only getting one level or information. Or perhaps there is a bug/issue and we don&#39;t report for the coarsest level. If it is missing a level please send a bug report to <a href="mailto:petsc-maint@mcs.anl.gov">petsc-maint@mcs.anl.gov</a> using a PETSc example</div>
</blockquote></div><br><div>-pc_mg_log was totally broken in 3.1, I fixed it here</div><div><br></div><div><div>changeset:   17148:1ab456826813</div><div>user:        Jed Brown &lt;jed@59A2.org&gt;</div><div>date:        Fri Sep 24 11:39:46 2010 +0200</div>
<div>files:       src/ksp/pc/impls/mg/fmg.c src/ksp/pc/impls/mg/mg.c src/ksp/pc/impls/mg/mgimpl.h src/ksp/pc/impls/mg/smg.c</div><div>description:</div><div>Make PC_MG logging (-pc_mg_log) log each level separately.</div>
<div><br></div><div>The old code clearly intended to do this, but the events were in PC_MG,</div><div>not PC_MG_Levels so all but the finest was leaked (and time from all</div><div>levels was attributed to the finest level).</div>
</div><div><br></div><div><a href="http://petsc.cs.iit.edu/petsc/petsc-dev/rev/1ab456826813">http://petsc.cs.iit.edu/petsc/petsc-dev/rev/1ab456826813</a></div>