<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Dear Tobias,</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">I had a quick look to the poster you
      presented @ SC18,</div>
    <div class="moz-cite-prefix">and actually the work you did on the
      FFT is quite close to what</div>
    <div class="moz-cite-prefix">we are doing to improve/remove the Task
      Group approach</div>
    <div class="moz-cite-prefix">that was developed many years ago in
      collaboration with IBM Zurich both for CP and CPMD...</div>
    <div class="moz-cite-prefix">In particular there is new contribution
      coming from a collaboration with Intel</div>
    <div class="moz-cite-prefix">that should integrate the work we did
      for GPU, and containing the overlap</div>
    <div class="moz-cite-prefix">between batches of FFT and
      communication, using OpenMP tasks.</div>
    <div class="moz-cite-prefix">So I suggest to find some time slot to
      discuss how to better integrate the different/similar</div>
    <div class="moz-cite-prefix">approaches to the FFT into CP (and in
      general QE, since the FFT driver is one for all the QE module).</div>
    <div class="moz-cite-prefix">Much interesting also the work on the
      linear algebra, for which we are not working yet on an</div>
    <div class="moz-cite-prefix">overlap strategy, but rather we worked
      for a strategy of two nested parallelization (in the
      orthogonalization),</div>
    <div class="moz-cite-prefix">which reduce the amount of data to be
      exchanged (e.g. if you have only the parallelization over G
      vector)</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">best,</div>
    <div class="moz-cite-prefix">carlo<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Il 27/11/2019 13:02, Tobias Kloeffel ha
      scritto:<br>
    </div>
    <blockquote type="cite"
      cite="mid:82179e17-99bc-b7ea-e655-327cadac9790@fau.de">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="moz-cite-prefix">Dear Paolo,</div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix">yes I do know the differences and I
        am also aware of some differences in the implementation of QE CP
        / CPMD</div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix">Either just to the CP code of QE or
        in general to QE.</div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix">However, QE is more 'alive' than CPMD
        so if you are interested we should try to get to some sort of
        workplan, discuss what changes you would accept and what not.<br>
      </div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix"><br>
      </div>
      <div class="moz-cite-prefix">On 11/27/19 12:51 PM, Paolo Giannozzi
        wrote:<br>
      </div>
      <blockquote type="cite"
cite="mid:CAPMgbCv7NNuM58hC9x3cA9Nd7SaYFtLq0ix8+xwp3SFfjnZGYw@mail.gmail.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <div dir="ltr">
          <div>Interesting, but ... it seems to me that you have been
            working on "CPMD" from <a href="http://www.cpmd.org"
              moz-do-not-send="true">www.cpmd.org</a>. This is a
            different project, not part of Quantum ESPRESSO. There is a
            similar Car-Parrinello code called "CP" in QE. Are you
            considering porting your improvements to the CP code of QE
            as well? that would be great<br>
          </div>
          <div><br>
          </div>
          <div>Paolo<br>
          </div>
          <br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Wed, Nov 27, 2019 at
            12:44 PM Tobias Kloeffel <<a
              href="mailto:tobias.kloeffel@fau.de"
              moz-do-not-send="true">tobias.kloeffel@fau.de</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">Dear QE Developers,<br>
            in the last two years I reworked the USPP code of CPMD and
            obtained <br>
            quite impressive results. E.g.<br>
            <a
href="https://sc18.supercomputing.org/proceedings/tech_poster/tech_poster_pages/post189.html"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://sc18.supercomputing.org/proceedings/tech_poster/tech_poster_pages/post189.html</a><br>
            <br>
            Please also find some updated performance plots on
            SUPERMUC-NG (Skylake <br>
            48 cores/Node):<br>
            <br>
            NCPP/USPP comparison for the current CPMD 4.3 and my
            reworked version<br>
            timestep  = 0.145 fs, 256 water molecules, 1024 states,<br>
            USPP: 2560 beta projectors, 25 Ry<br>
            NCPP: 512 beta projectors, 80 Ry<br>
            4.3: PS_per_day_nc-old-ng.pdf<br>
            rev: PS_per_day_nc-new-ng.pdf<br>
            <br>
            and some more water benchmarks from 32-2048 molecules.<br>
            <br>
            <br>
            Currently I am thinking of applying the same optimizations
            to QE, so the <br>
            big question is what are your thoughts about this?<br>
            I had to rework quite a large portion of the code (~ 14625
            additions and <br>
            6576 deletions) so the question is really how I could
            proceed:<br>
            a) Fork QE and just rewrite the parts of the code that are
            important on <br>
            my side<br>
            b) Fork QE and try to keep everything mergeable<br>
            c) Directly create small patches<br>
            <br>
            So for now, please just let me know if there is some
            interest on your side.<br>
            <br>
            Kind reagrds,<br>
            Tobias Klöffel<br>
            <br>
            <br>
            -- <br>
            M.Sc. Tobias Klöffel<br>
            =======================================================<br>
            Interdisciplinary Center for Molecular Materials (ICMM)<br>
            and Computer-Chemistry-Center (CCC)<br>
            Department Chemie und Pharmazie<br>
            Friedrich-Alexander-Universität Erlangen-Nürnberg<br>
            Nägelsbachstr. 25<br>
            D-91052 Erlangen, Germany<br>
            <br>
            Room: 2.305<br>
            Phone: +49 (0) 9131 / 85 - 20423<br>
            Fax: +49 (0) 9131 / 85 - 26565<br>
            <br>
            =======================================================<br>
            <br>
            E-mail: <a href="mailto:tobias.kloeffel@fau.de"
              target="_blank" moz-do-not-send="true">tobias.kloeffel@fau.de</a><br>
            <br>
            _______________________________________________<br>
            developers mailing list<br>
            <a href="mailto:developers@lists.quantum-espresso.org"
              target="_blank" moz-do-not-send="true">developers@lists.quantum-espresso.org</a><br>
            <a
              href="https://lists.quantum-espresso.org/mailman/listinfo/developers"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.quantum-espresso.org/mailman/listinfo/developers</a><br>
          </blockquote>
        </div>
        <br clear="all">
        <br>
        -- <br>
        <div dir="ltr" class="gmail_signature">
          <div dir="ltr">
            <div>
              <div dir="ltr">
                <div>Paolo Giannozzi, Dip. Scienze Matematiche
                  Informatiche e Fisiche,<br>
                  Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>
                  Phone +39-0432-558216, fax +39-0432-558222<br>
                  <br>
                </div>
              </div>
            </div>
          </div>
        </div>
      </blockquote>
      <p><br>
      </p>
      <pre class="moz-signature" cols="72">-- 
M.Sc. Tobias Klöffel
=======================================================
Interdisciplinary Center for Molecular Materials (ICMM)
and Computer-Chemistry-Center (CCC)
Department Chemie und Pharmazie
Friedrich-Alexander-Universität Erlangen-Nürnberg
Nägelsbachstr. 25
D-91052 Erlangen, Germany

Room: 2.305
Phone: +49 (0) 9131 / 85 - 20423
Fax: +49 (0) 9131 / 85 - 26565

=======================================================

E-mail: <a class="moz-txt-link-abbreviated" href="mailto:tobias.kloeffel@fau.de" moz-do-not-send="true">tobias.kloeffel@fau.de</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:developers@lists.quantum-espresso.org">developers@lists.quantum-espresso.org</a>
<a class="moz-txt-link-freetext" href="https://lists.quantum-espresso.org/mailman/listinfo/developers">https://lists.quantum-espresso.org/mailman/listinfo/developers</a>
</pre>
    </blockquote>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Ph.D. Carlo Cavazzoni
Business Unit High Performance Computing
CINECA - Via Magnanelli 6/3, 40033 Casalecchio di Reno (Bologna)
Tel: +39 051 6171411  Fax: +39 051 6132198
<a class="moz-txt-link-abbreviated" href="http://www.cineca.it">www.cineca.it</a></pre>
  </body>
</html>