<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 1, 2015 at 3:52 PM, Michele Rosso <span dir="ltr"><<a href="mailto:mrosso@uci.edu" target="_blank">mrosso@uci.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><u></u>


  
  

<div>
Hi Barry,<br>
<br>
I accidentally found out what triggers the problem with log_summary.<br>
If I specify log_summary from command line, it works as expected. If instead I open and load an options file with  -log_summary in it,<br>
the output is incomplete.<br></div></blockquote><div>Same experience here.</div><div>Many stuffs right before "Memory usage is given in bytes:" do not show if '-log_summary' is specified in input file.</div><div><br></div><div>Ling</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>
I am actually concerned about using options files now because this weird behavior could affect the correct loading of other options as well.<span class=""><br>
<br>
Michele <br>
<br>
<br>
On Fri, 2015-06-05 at 21:34 -0500, Barry Smith wrote:
</span><div><div class="h5"><blockquote type="CITE">
<pre>[NID 04001] 2015-06-04 19:07:24 Apid 25022256: initiated application termination
Application 25022256 exit signals: Killed
Application 25022256 resources: utime ~271s, stime ~15107s, Rss ~188536, inblocks ~5078831, outblocks ~12517984

   Usually this kind of message indicates that either the OS or the batch system killed the process for some reason: often because it ran out of time or maybe memory.

   Can you run in batch with a request for more time? Do smaller jobs run through ok?

   If utime means user time and stime means system time then this is very bad, the system time is HUGE relative to the user time.

  Barry




<font color="#737373">> On Jun 5, 2015, at 9:22 PM, Michele Rosso <<a href="mailto:mrosso@uci.edu" target="_blank">mrosso@uci.edu</a>> wrote:</font>
<font color="#737373">> </font>
<font color="#737373">> Hi,</font>
<font color="#737373">> </font>
<font color="#737373">> I am checking the performances of my code via -log_summary, but the output is incomplete (please see attached) file.</font>
<font color="#737373">> I configured petsc with the following options:</font>
<font color="#737373">> </font>
<font color="#737373">> if __name__ == '__main__':</font>
<font color="#737373">>   import sys</font>
<font color="#737373">>   import os</font>
<font color="#737373">>   sys.path.insert(0, os.path.abspath('config'))</font>
<font color="#737373">>   import configure</font>
<font color="#737373">>   configure_options = [</font>
<font color="#737373">>     '--with-batch=1 ',</font>
<font color="#737373">>     '--known-mpi-shared=0 ',</font>
<font color="#737373">>     '--known-mpi-shared-libraries=0',</font>
<font color="#737373">>     '--known-memcmp-ok ',</font>
<font color="#737373">>     '--with-blas-lapack-lib=-L/opt/acml/5.3.1/gfortran64/lib  -lacml',</font>
<font color="#737373">>     '--COPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',</font>
<font color="#737373">>     '--FOPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',</font>
<font color="#737373">>     '--CXXOPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',</font>
<font color="#737373">>     '--with-x=0 ',</font>
<font color="#737373">>     '--with-debugging=0',</font>
<font color="#737373">>     '--with-clib-autodetect=0 ',</font>
<font color="#737373">>     '--with-cxxlib-autodetect=0 ',</font>
<font color="#737373">>     '--with-fortranlib-autodetect=0 ',</font>
<font color="#737373">>     '--with-shared-libraries=0 ',</font>
<font color="#737373">>     '--with-mpi-compilers=1 ',</font>
<font color="#737373">>     '--with-cc=cc ',</font>
<font color="#737373">>     '--with-cxx=CC ',</font>
<font color="#737373">>     '--with-fc=ftn ',</font>
<font color="#737373">> #    '--with-64-bit-indices',</font>
<font color="#737373">>     '--download-hypre=1',</font>
<font color="#737373">>     '--download-blacs=1 ',</font>
<font color="#737373">>     '--download-scalapack=1 ',</font>
<font color="#737373">>     '--download-superlu_dist=1 ',</font>
<font color="#737373">>     '--download-metis=1 ',</font>
<font color="#737373">>     '--download-parmetis=1 ',</font>
<font color="#737373">>    ]</font>
<font color="#737373">>   configure.petsc_configure(configure_options)</font>
<font color="#737373">> </font>
<font color="#737373">> Any idea about this issue?</font>
<font color="#737373">> Thanks,</font>
<font color="#737373">> </font>
<font color="#737373">> Michele</font>
<font color="#737373">> </font>
<font color="#737373">> </font>
<font color="#737373">> </font>
<font color="#737373">> </font>
<font color="#737373">> <log_summary></font>

</pre>
</blockquote>
<br>
</div></div></div>

</blockquote></div><br></div></div>