<div dir="ltr"><div>Knowing how much memory exactly a code uses is close to impossible. There are some explanations about memory usage in the documentation:<br><a href="http://www.quantum-espresso.org/wp-content/uploads/Doc/pw_user_guide/node13.html">http://www.quantum-espresso.org/wp-content/uploads/Doc/pw_user_guide/node13.html</a><br></div><div>The code prints out a list of the presumably largest arrays (it also prints out, for some machines and compilers, the amount of dynamically allocated arrays, not sure how reliable). This gives you at least a lower limit on how much memory is needed (per process: on a multi-core machine, multiply by the number of cores to have the total RAM). Note that using "Gamma tricks" reduces a lot the amount of needed memory<br><br></div><div>Paolo<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 14, 2016 at 10:03 AM, Elad Segev <span dir="ltr"><<a href="mailto:eladsege@post.bgu.ac.il" target="_blank">eladsege@post.bgu.ac.il</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="rtl"><div dir="ltr">Dear QE users and developers,</div><div dir="ltr"><br></div><div dir="ltr">I running a pw 'relax' calculation in a unit cell with 512 atoms of GeSe with fcc symmetry and am running on a machine with 64 cores and 512GB RAM. I encountered difficulties when tried to run on all cores (64) and the memory usage was at 100% and started using the swap file heaviliy whille most of the cores are not running with full CPU but only ~1% .</div><div dir="ltr"><br></div><div dir="ltr">After trying to run on less cores on the macine, I ran on 16 cores and found that the memory usage was at 502GB and with no use of the swap file, all the cores are running at 100% CPU.</div><div dir="ltr"><br></div><div dir="ltr">I'm runinng this job with 1 k-point so npool=1.</div><div dir="ltr">the MPI command is: </div><div dir="ltr">mpirun pw.x -np 16 -npool 1 -nband 1 -ntg 1</div><div dir="ltr">opmthreads=1</div><div dir="ltr"><br></div><div dir="ltr">Is there a solution in which I can run on all cores?</div><div dir="ltr"><br></div><div dir="ltr">Thanks in advance,</div><div dir="ltr"><br></div><div dir="ltr">Elad Segev,</div><div dir="ltr">Ph.D. candidate</div><div dir="ltr">Ilse KAtz Institute of Nanoscale science and technology </div><div dir="ltr">Ben-Gurion University of the Negev, Israel</div></div>
<br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" rel="noreferrer" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br></blockquote></div><br><br clear="all"><br>-- <br><div 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>
</div>