<!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>
Hi,<BR>
<BR>
I am checking the performances of my code via -log_summary, but the output is incomplete (please see attached) file.<BR>
I configured petsc with the following options:<BR>
<BR>
if __name__ == '__main__':<BR>
  import sys<BR>
  import os<BR>
  sys.path.insert(0, os.path.abspath('config'))<BR>
  import configure<BR>
  configure_options = [<BR>
    '--with-batch=1 ',<BR>
    '--known-mpi-shared=0 ',<BR>
    '--known-mpi-shared-libraries=0',<BR>
    '--known-memcmp-ok ',<BR>
    '--with-blas-lapack-lib=-L/opt/acml/5.3.1/gfortran64/lib  -lacml',<BR>
    '--COPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',<BR>
    '--FOPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',<BR>
    '--CXXOPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',<BR>
    '--with-x=0 ',<BR>
    '--with-debugging=0',<BR>
    '--with-clib-autodetect=0 ',<BR>
    '--with-cxxlib-autodetect=0 ',<BR>
    '--with-fortranlib-autodetect=0 ',<BR>
    '--with-shared-libraries=0 ',<BR>
    '--with-mpi-compilers=1 ',<BR>
    '--with-cc=cc ',<BR>
    '--with-cxx=CC ',<BR>
    '--with-fc=ftn ',<BR>
#    '--with-64-bit-indices',<BR>
    '--download-hypre=1',<BR>
    '--download-blacs=1 ',<BR>
    '--download-scalapack=1 ',<BR>
    '--download-superlu_dist=1 ',<BR>
    '--download-metis=1 ',<BR>
    '--download-parmetis=1 ',<BR>
   ]<BR>
  configure.petsc_configure(configure_options)<BR>
<BR>
Any idea about this issue?<BR>
Thanks,<BR>
<BR>
Michele<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>