<div dir="ltr">GAMG look fine here but the convergence rate looks terrible, like 4k+ iterations. You have 4 degrees of freedom per vertex. What equations and discretization are you using?<div><br></div><div>Your eigen estimates are a little high, but not crazy. I assume this system is not symmetric.</div><div><br></div><div>AMG is oriented toward the laplacian (and elasticity). It looks like you are solving Stokes. AMG will not work on the whole system out of the box. You can use it for a 3 dof velocity solve in a FieldSolit solver</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 11, 2019 at 6:32 AM Myriam Peyrounette <<a href="mailto:myriam.peyrounette@idris.fr" target="_blank">myriam.peyrounette@idris.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <p>Hi,</p>
    <p>good point, I changed the 3.10 version so that it is configured
      with --with-debugging=0. You'll find attached the output of the
      new LogView. The execution time is reduced (although still not as
      good as 3.6) but I can't see any improvement with regard to
      memory.</p>
    <p>You'll also find attached the grep GAMG on -info outputs for both
      versions. There are slight differences in grid dimensions or nnz
      values, but is it significant?</p>
    <p>Thanks,<br>
    </p>
    <p>Myriam<br>
    </p>
    <p><br>
    </p>
    <br>
    <div class="gmail-m_-6435740128644924684gmail-m_783698964667701649gmail-m_7762887094039618476moz-cite-prefix">Le 03/08/19 à 23:23, Mark Adams a
      écrit :<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Just seeing this now. It is hard to imagine how bad
        GAMG could be on a coarse grid, but you can run with -info and
        grep on GAMG and send that. You will see listing of levels,
        number of equations and number of non-zeros (nnz). You can send
        that and I can get some sense of GAMG is going nuts.
        <div><br>
        </div>
        <div>Mark</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Fri, Mar 8, 2019 at 11:56
          AM Jed Brown via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It
          may not address the memory issue, but can you build 3.10 with
          the<br>
          same options you used for 3.6?  It is currently a debugging
          build:<br>
          <br>
                       
          ##########################################################<br>
                        #                                               
                  #<br>
                        #                       WARNING!!!             
                   #<br>
                        #                                               
                  #<br>
                        #   This code was compiled with a debugging
          option.      #<br>
                        #   To get timing results run ./configure       
                  #<br>
                        #   using --with-debugging=no, the performance
          will      #<br>
                        #   be generally two or three times faster.     
                  #<br>
                        #                                               
                  #<br>
                       
          ##########################################################<br>
          <br>
        </blockquote>
      </div>
    </blockquote>
    <br>
    <pre class="gmail-m_-6435740128644924684gmail-m_783698964667701649gmail-m_7762887094039618476moz-signature" cols="72">-- 
Myriam Peyrounette
CNRS/IDRIS - HLST
--
</pre>
  </div>

</blockquote></div>