<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear all,<br>
    <br>
    I run implicitly my code for the boundary layer over a flat plate,
    with: <br>
    <br>
    mpiexec -n 1 valgrind ./hoac blasius -snes_mf_operator -llf_flux
    -n_out 10 -end_time 50 -implicit -pc_type bjacobi -sub_pc_type ilu
    -sub_pc_factor_mat_ordering_type rcm -gl -ksp_type fgmres
    -sub_pc_factor_levels 2 -snes_monitor -snes_converged_reason
    -ksp_converged_reason -ts_view -ksp_pc_side right
    -sub_pc_factor_levels 4 -ksp_gmres_restart 500 -dt 1.0e-3
    -snes_ksp_ew <big>-ts_type gl</big><br>
    <br>
    and I got:<br>
    <br>
    <br>
    <br>
    Approximation order = 0<br>
    # DOF = 9600<br>
    # nodes in mesh = 1281<br>
    # elements in mesh = 1200<br>
    Navier-Stokes solution<br>
    Using LLF flux<br>
    <br>
    <br>
    Linear solve converged due to CONVERGED_RTOL iterations 1<br>
    <br>
    <br>
    Timestep&nbsp;&nbsp; 0: dt = 0.001, T = 0, Res[rho] = 2.06015e-10, Res[rhou] =
    23.9721, Res[rhov] = 0.00322747, Res[E] = 0.00680121, CFL = 199.999<br>
    &nbsp;&nbsp;&nbsp; 0 SNES Function norm 1.660837592895e+03 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 1<br>
    &nbsp;&nbsp;&nbsp; 1 SNES Function norm 4.452765833604e+01 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 2<br>
    &nbsp;&nbsp;&nbsp; 2 SNES Function norm 2.226427753100e+00 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 3<br>
    &nbsp;&nbsp;&nbsp; 3 SNES Function norm 1.378423579772e-02 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 5<br>
    &nbsp;&nbsp;&nbsp; 4 SNES Function norm 2.392525805814e-06 <br>
    &nbsp; Nonlinear solve converged due to CONVERGED_FNORM_RELATIVE<br>
    &nbsp;&nbsp;&nbsp; 0 SNES Function norm 2.697720824971e+03 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 1<br>
    &nbsp;&nbsp;&nbsp; 1 SNES Function norm 6.544960638431e+01 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 2<br>
    &nbsp;&nbsp;&nbsp; 2 SNES Function norm 3.215472486217e+00 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 3<br>
    &nbsp;&nbsp;&nbsp; 3 SNES Function norm 1.962042780514e-02 <br>
    &nbsp;&nbsp;&nbsp; Linear solve converged due to CONVERGED_RTOL iterations 5<br>
    &nbsp;&nbsp;&nbsp; 4 SNES Function norm 3.666057800237e-06 <br>
    &nbsp; Nonlinear solve converged due to CONVERGED_FNORM_RELATIVE<br>
    ==2767== Jump to the invalid address stated on the next line<br>
    ==2767==&nbsp;&nbsp;&nbsp; at 0x0: ???<br>
    ==2767==&nbsp;&nbsp;&nbsp; by 0x585DB5E: TSGLChooseNextScheme (gl.c:795)<br>
    ==2767==&nbsp;&nbsp;&nbsp; by 0x585F12A: TSSolve_GL (gl.c:948)<br>
    ==2767==&nbsp;&nbsp;&nbsp; by 0x5881DD3: TSSolve (ts.c:1848)<br>
    ==2767==&nbsp;&nbsp;&nbsp; by 0x4272CC: implicit_time (implicit_time.c:77)<br>
    ==2767==&nbsp;&nbsp;&nbsp; by 0x4267B3: main (hoac.c:1175)<br>
    ==2767==&nbsp; Address 0x0 is not stack'd, malloc'd or (recently) free'd<br>
    ==2767== <br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation
    Violation, probably memory access out of range<br>
    [0]PETSC ERROR: Try option -start_in_debugger or
    -on_error_attach_debugger<br>
    [0]PETSC ERROR: or see <a class="moz-txt-link-freetext"
href="http://www.mcs.anl.gov/petsc/petsc-as/documentation/faq.html#valgrind">http://www.mcs.anl.gov/petsc/petsc-as/documentation/faq.html#valgrind</a>[0]PETSC

    ERROR: or try <a class="moz-txt-link-freetext"
      href="http://valgrind.org">http://valgrind.org</a> on GNU/linux
    and Apple Mac OS X to find memory corruption errors<br>
    [0]PETSC ERROR: likely location of problem given in stack below<br>
    [0]PETSC ERROR: ---------------------&nbsp; Stack Frames
    ------------------------------------<br>
    [0]PETSC ERROR: Note: The EXACT line numbers in the stack are not
    available,<br>
    [0]PETSC ERROR:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; INSTEAD the line number of the start of the
    function<br>
    [0]PETSC ERROR:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is given.<br>
    [0]PETSC ERROR: [0] TSGLAdaptChoose line 232
    /home/kontzialis/petsc-3.2-p5/src/ts/impls/implicit/gl/gladapt.c<br>
    [0]PETSC ERROR: [0] TSGLChooseNextScheme line 774
    /home/kontzialis/petsc-3.2-p5/src/ts/impls/implicit/gl/gl.c<br>
    [0]PETSC ERROR: --------------------- Error Message
    ------------------------------------<br>
    [0]PETSC ERROR: Signal received!<br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR: Petsc Release Version 3.2.0, Patch 5, Sat Oct 29
    13:45:54 CDT 2011 <br>
    [0]PETSC ERROR: See docs/changes/index.html for recent updates.<br>
    [0]PETSC ERROR: See docs/faq.html for hints about trouble shooting.<br>
    [0]PETSC ERROR: See docs/index.html for manual pages.<br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR: ./hoac on a linux-gnu named PlusSodaL by kontzialis
    Wed Nov&nbsp; 9 13:11:45 2011<br>
    [0]PETSC ERROR: Libraries linked from
    /home/kontzialis/petsc-3.2-p5/linux-gnu-c-debug/lib<br>
    [0]PETSC ERROR: Configure run at Sat Nov&nbsp; 5 20:58:12 2011<br>
    [0]PETSC ERROR: Configure options --with-debugging=1
    ---with-mpi-dir=/usr/lib64/mpich2/bin --with-shared-libraries
    --with-shared-libraries --with-large-file-io=1
    --with-precision=double --with-blacs=1 --download-blacs=yes
    --download-f-blas-lapack=yes --with-plapack=1 --download-plapack=yes
    --with-scalapack=1 --download-scalapack=yes --with-superlu=1
    --download-superlu=yes --with-superlu_dist=1
    --download-superlu_dist=yes --with-ml=1 --download-ml=yes
    --with-umfpack=1 --download-umfpack=yes --with-mpi=1
    --download-mpich=1 --with-sundials=1 --download-sundials=1
    --with-parmetis=1 --download-parmetis=1 --with-hypre=1
    --download-hypre=1<br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR: User provided function() line 0 in unknown directory
    unknown file<br>
    application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0<br>
    [cli_0]: aborting job:<br>
    application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0<br>
    ==2767== <br>
    ==2767== HEAP SUMMARY:<br>
    ==2767==&nbsp;&nbsp;&nbsp;&nbsp; in use at exit: 10,732,979 bytes in 19,630 blocks<br>
    ==2767==&nbsp;&nbsp; total heap usage: 53,585 allocs, 33,955 frees,
    2,757,452,468 bytes allocated<br>
    ==2767== <br>
    ==2767== LEAK SUMMARY:<br>
    ==2767==&nbsp;&nbsp;&nbsp; definitely lost: 1,114 bytes in 24 blocks<br>
    ==2767==&nbsp;&nbsp;&nbsp; indirectly lost: 24 bytes in 3 blocks<br>
    ==2767==&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; possibly lost: 0 bytes in 0 blocks<br>
    ==2767==&nbsp;&nbsp;&nbsp; still reachable: 10,731,841 bytes in 19,603 blocks<br>
    ==2767==&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; suppressed: 0 bytes in 0 blocks<br>
    ==2767== Rerun with --leak-check=full to see details of leaked
    memory<br>
    <br>
    What am I doing wrong?<br>
    <br>
    Thank you,<br>
    <br>
    Kostas<br>
  </body>
</html>