On Thu, Jun 21, 2012 at 2:08 PM, Blaise Bourdin <span dir="ltr"><<a href="mailto:bourdin@lsu.edu" target="_blank">bourdin@lsu.edu</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><br><div><div>On Jun 21, 2012, at 2:55 PM, Matthew Knepley wrote:</div><br><blockquote type="cite">On Thu, Jun 21, 2012 at 1:11 PM, Blaise Bourdin <span dir="ltr"><<a href="mailto:bourdin@math.lsu.edu" target="_blank">bourdin@math.lsu.edu</a>></span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
PetscLogView does not display the same amount of information as running with -log_summary. In the "summary of stages" section, the former contains only information on the main stage while the later contains much more.<br>


<br>
Add the following block at the end of src/snes/examples/tutorials/ex1.c, for instance, to see what I mean<br>
  PetscViewer viewer;<br>
  ierr = PetscViewerASCIIOpen(PETSC_COMM_WORLD,"ex1-log.py",&viewer);CHKERRQ(ierr);<br>
  ierr = PetscLogViewPython(viewer);CHKERRQ(ierr);<br>
  ierr = PetscViewerDestroy(&viewer);CHKERRQ(ierr);<br>
  ierr = PetscViewerASCIIOpen(PETSC_COMM_WORLD,"ex1-log.txt",&viewer);CHKERRQ(ierr);<br>
  ierr = PetscLogView(viewer);CHKERRQ(ierr);<br>
  ierr = PetscViewerDestroy(&viewer);CHKERRQ(ierr);<br>
  ierr = PetscLogPrintDetailed(PETSC_COMM_WORLD,"ex1-logdetailed.txt");CHKERRQ(ierr);<br>
<br>
Is this a bug or a feature? Is there a way to get the same output as -log_summary in a file, without printing it to stdout?</blockquote><div><br></div><div>-log_summary just calls PetscLogView(). I am not sure how there could be a problem. I will run it. However, can you</div>

<div>just use</div><div><br></div><div>  -log_summary <filename></div></div></blockquote><div><br></div><div>That works, yes. Is the issue that stages / events need to be activated a priori, which is not possible when PetscLogView is only called at the end of the program?</div>
</div></div></blockquote><div><br></div><div>Crap. If you do not provide -log_summary, you need PetscLogBegin() at the beginning.</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div>The caveat is that I am assuming that when using log_summary, the log is written as part of PetscFinalize, so that if a job is killed by the sceduler or the user, there is no way to get an idea of the performances. I like to print the log every so often.</div>
<span class="HOEnZb"><font color="#888888"><div><br></div><div>Blaise</div><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888"><div>
<span style="font-size:12px"><div style="word-wrap:break-word"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">-- </div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">Department of Mathematics and Center for Computation & Technology</div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">Louisiana State University, Baton Rouge, LA 70803, USA</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">Tel. <a href="tel:%2B1%20%28225%29%20578%201612" value="+12255781612" target="_blank">+1 (225) 578 1612</a>, Fax  <a href="tel:%2B1%20%28225%29%20578%204276" value="+12255784276" target="_blank">+1 (225) 578 4276</a> <a href="http://www.math.lsu.edu/~bourdin" target="_blank">http://www.math.lsu.edu/~bourdin</a></div>
<div><br></div><div><br></div><br></div></span></div></span><br></div></span><br><br>
</div>
<br></font></span></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>