<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    FWICS PetscFinalize in petsc-current contains the following bug.<br>
    It calls <br>
      
    PetscObjectRegisterDestroyAll()<br>
    and after that, if -options_table is present, it calls<br>
      
    PetscViewerASCIIGetStdout(PETSC_COMM_WORLD,&viewer);<br>
      
    PetscOptionsView(viewer);<br>
    causing<br>
      
    [0]PETSC ERROR: No support for this operation for this object type!
    <br>
      
    [0]PETSC ERROR: Only supports ASCII viewer!<br>
    because the viewer is destroyed already by
    PetscObjectRegisterDestroyAll.<br>
    <br>
    I haven't tested petsc-dev but I can see in it's the same situation
    in the pinit.c source.<br>
    <br>
    Best regards,<br>
    Vaclav<br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <div id="contact-info">
        <p style="font-size:9pt; font-family: Consolas, monospace">
          Vaclav Hapla<br>
          Junior researcher / PhD student<br>
          <a href="http://www.it4i.eu/">IT4Innovations</a> /
          <a href="http://am.vsb.cz/">Dept. of Applied Mathematics</a>
        </p>
        <p style="font-size:9pt; font-family: Consolas, monospace">
          <u>office PI 328</u><br>
          tel.: (+420) 597 329 078<br>
          Podnikatelsky inkubator VSB-TUO<br>
          Studentska 6202/17<br>
          708 00 Ostrava-Poruba<br>
          Czech Republic<br>
        </p>
        <p style="font-size:9pt; font-family: Consolas, monospace">
          <u>contact address</u><br>
          IT4Innovations<br>
          VSB - Technical University of Ostrava<br>
          17. listopadu 15/2172<br>
          708 33 Ostrava-Poruba<br>
          Czech Republic<br>
        </p>
      </div>
    </div>
  </body>
</html>