<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Jed,<BR>
<BR>
In the petscconf.h I have<BR>
<BR>
#ifndef PETSC_USE_LOG<BR>
#define PETSC_USE_LOG 1<BR>
#endif<BR>
<BR>
so I guess that is not the problem.<BR>
I run ex50: I attached the output. It does prints the summary.<BR>
The I guess there is something wrong with my code. <BR>
I call mpi_init before petsc_initialize and then I finalize everything with petsc_finalize. I do not believe I added any other command that could <BR>
turn off the log_summary output.<BR>
<BR>
Thanks,<BR>
Michele<BR>
<BR>
<BR>
On Mon, 2015-06-08 at 12:02 -0600, Jed Brown wrote: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
Michele Rosso <<A HREF="mailto:mrosso@uci.edu">mrosso@uci.edu</A>> writes:

<FONT COLOR="#737373">> Is there any external software I should link at compile time to allow</FONT>
<FONT COLOR="#737373">> PETSc to provide log infos?</FONT>
<FONT COLOR="#737373">> Also, is there any define in petscconf.h that controls profiling?</FONT>

There is PETSC_USE_LOG, but that should always be on, in which case
everything is run-time rather than compile-time.  When you run a PETSc
example, does the log_summary correctly contain events?  Is it possible
that your code is turning off events somewhere?
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
</BODY>
</HTML>