<!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>
Ok, I will go step by step and see what is wrong.<BR>
Just to make sure: if I initialize with mpi_init and then call petscinitialize and finally petscfinalize without calling mpi_finalize, petsc should<BR>
still print the output of log_summary, correct?<BR>
<BR>
Michele<BR>
<BR>
On Mon, 2015-06-08 at 12:54 -0600, Jed Brown wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Michele Rosso <<A HREF="mailto:mrosso@uci.edu">mrosso@uci.edu</A>> writes:

<FONT COLOR="#737373">> Jed,</FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">> In the petscconf.h I have</FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">> #ifndef PETSC_USE_LOG</FONT>
<FONT COLOR="#737373">> #define PETSC_USE_LOG 1</FONT>
<FONT COLOR="#737373">> #endif</FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">> so I guess that is not the problem.</FONT>
<FONT COLOR="#737373">> I run ex50: I attached the output. It does prints the summary.</FONT>
<FONT COLOR="#737373">> The I guess there is something wrong with my code. </FONT>
<FONT COLOR="#737373">> I call mpi_init before petsc_initialize and then I finalize everything</FONT>
<FONT COLOR="#737373">> with petsc_finalize. </FONT>

Uh, there is no petsc_finalize (it's spelled PetscFinalize), but
remember that it doesn't finalize MPI unless PetscInitialize called
MPI_Init.

<FONT COLOR="#737373">> I do not believe I added any other command that could turn off the</FONT>
<FONT COLOR="#737373">> log_summary output.</FONT>

Then incrementally figure out what is different between your code and
the example.  Or use a debugger to track down the difference.
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>