<div dir="ltr">simply replacing -log_summary with -log_view ::ascii_info_detail does not produce anything. (Sams as -log_view ascii:filename:ascii_info_detail.) Where does it dump the log? Is this the feature of new petsc? I am using petsc-3.4.3.<div>
<br></div><div>Thanks.</div><div><br></div><div>Xiangdong <br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 22, 2014 at 2:53 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On Aug 22, 2014, at 1:28 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> wrote:<br>
<br>
> On Fri, Aug 22, 2014 at 1:24 PM, Xiangdong <<a href="mailto:epscodes@gmail.com">epscodes@gmail.com</a>> wrote:<br>
> Hello everyone,<br>
><br>
> In the PETSc log_summary, it outputs the Max flops, the ratio of Max/Min flops. If it is far from 1.0, I would like to know the distributions of flops among all the procs. How can I obtain the flops performed on each proc?<br>

><br>
> -log_view ::ascii_info_detail<br>
<br>
</div>  We don’t have it properly documented yet but this outputs python dictionaries that contain the various performance counters for each process and stages and events. You can then write simple Python code to process the data any way you like, for example plotting distributions etc. I recommend starting by collecting data for just 2 or 3 processes and using that data to write your python scripts. Once you have the scripts you want you can make parallel runs with more processes and use the already debugged scripts.<br>

<div class="HOEnZb"><div class="h5">><br>
>   Thanks,<br>
><br>
>      Matt<br>
><br>
> Thank you.<br>
><br>
> Best,<br>
> Xiangdong<br>
><br>
><br>
><br>
> --<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>
<br>
</div></div></blockquote></div><br></div>