[petsc-users] Weird behavior for log_summary
Michele Rosso
mrosso at uci.edu
Fri Jun 5 21:22:59 CDT 2015
Hi,
I am checking the performances of my code via -log_summary, but the
output is incomplete (please see attached) file.
I configured petsc with the following options:
if __name__ == '__main__':
import sys
import os
sys.path.insert(0, os.path.abspath('config'))
import configure
configure_options = [
'--with-batch=1 ',
'--known-mpi-shared=0 ',
'--known-mpi-shared-libraries=0',
'--known-memcmp-ok ',
'--with-blas-lapack-lib=-L/opt/acml/5.3.1/gfortran64/lib -lacml',
'--COPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',
'--FOPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',
'--CXXOPTFLAGS=-march=bdver1 -fopenmp -O3 -ffast-math -fPIC ',
'--with-x=0 ',
'--with-debugging=0',
'--with-clib-autodetect=0 ',
'--with-cxxlib-autodetect=0 ',
'--with-fortranlib-autodetect=0 ',
'--with-shared-libraries=0 ',
'--with-mpi-compilers=1 ',
'--with-cc=cc ',
'--with-cxx=CC ',
'--with-fc=ftn ',
# '--with-64-bit-indices',
'--download-hypre=1',
'--download-blacs=1 ',
'--download-scalapack=1 ',
'--download-superlu_dist=1 ',
'--download-metis=1 ',
'--download-parmetis=1 ',
]
configure.petsc_configure(configure_options)
Any idea about this issue?
Thanks,
Michele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150605/a58db747/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log_summary
Type: application/octet-stream
Size: 4782 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150605/a58db747/attachment.obj>
More information about the petsc-users
mailing list