<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Hello PETSc Developers, <br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">I know that to know the execution time of code I have to run code with -log_view and I also read chapter 13 (Profiling) of the user-manual, but I can't figure out what is the total execution time of my code from the information printed on the screen. I got Time (sec) there but there exist sub-categories like Max, Max/Min, Avg and Total. <br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">My simple question (and may be stupid question!) is, what is the total execution time of the code here? <br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">(Following is the part of the information printed on the screen)<br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">jimmy@dave:~/projects/petsc/src/ksp/ksp/examples/tutorials$ mpiexec -n 4 ./ex10 -f0 medium -f1 arco6 -ksp_gmres_classicalgramschmidt -log_view -mat_type baij -matload_block_size 3 -pc_type bjacobi -options_left<br>Number of iterations = 19<br>Residual norm 1.088292e-05<br>Number of iterations = 59<br>Residual norm 3.871022e-02<br>************************************************************************************************************************<br>***             WIDEN YOUR WINDOW TO 120 CHARACTERS.  Use 'enscript -r -fCourier9' to print this document            ***<br>************************************************************************************************************************<br><br>---------------------------------------------- PETSc Performance Summary: ----------------------------------------------<br><br>./ex10 on a arch-linux2-c-debug named dave with 4 processors, by jimmy Sat Sep  1 13:41:14 2018<br>Using Petsc Release Version 3.9.2, unknown <br><br>                         Max       Max/Min        Avg      Total <br>Time (sec):           6.196e-01      1.00002   6.196e-01<br>Objects:              1.060e+02      1.00000   1.060e+02<br>Flop:                 2.361e+08      1.00684   2.353e+08  9.413e+08<br>Flop/sec:            3.811e+08      1.00682   3.798e+08  1.519e+09<br>MPI Messages:         2.360e+02      1.34857   2.061e+02  8.245e+02<br>MPI Message Lengths:  1.256e+07      2.24620   4.071e+04  3.357e+07<br>MPI Reductions:       2.160e+02      1.00000<br><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Thanks.</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Sincerely,</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Huq<br></div></div></div>