Sorry for late reply. It seems it is related with using -h options in my FEM code. Is -h a shortcut for -help for PETSc? Indeed, ./src/ksp/ksp/examples/tutorials/ex2f -h prints all the options.
Stefano 2012/8/11 Satish Balay <balay at mcs.anl.gov> > I don't see this. Perhaps you can run in a debugger to see > what is hapenning on your end? > > Satish > ---- > asterix:/home/balay/spetsc/src/ksp/ksp/examples/tutorials>./ex2f > Norm of error 0.1192E-05 iterations 4 > asterix:/home/balay/spetsc/src/ksp/ksp/examples/tutorials>./ex2f > -options_table > Norm of error 0.1192E-05 iterations 4 > #PETSc Option Table entries: > -display :0.0 > -fp_trap > -malloc_dump > -options_table > #End of PETSc Option Table entries > asterix:/home/balay/spetsc/src/ksp/ksp/examples/tutorials> > > > On Sat, 11 Aug 2012, Stefano Zampini wrote: > > > Hi, > > > > I'm experiencing some boring behaviour with my working copy of petsc-dev. > > During the call to PetscInitialize(PETSC_NULL_CHARACTER,ierr), it seems > it > > calls PetscOptionsView. > > This does not happen with C code, and did not happen some time ago. So, I > > think it's related with some recent Fortran bindings. > > > > I tried a pull right now, cleaning libraries and recompiling (recreating > > the fortran stubs) but the problem remains. > > > > Can you fix it? > > > > Thanks, > > > > -- Stefano -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120818/87641c29/attachment-0001.html>
