<div dir="ltr"><div>I agree with Lorenzo. The check on cutoff consistency is done at the very beginning. Cutoffs may be read from pseudopotential files if not present, but this is not your case. I run your example and it passed the read phase with no problems. <br><br></div>Paolo<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 23, 2016 at 10:03 AM, Lorenzo Paulatto <span dir="ltr"><<a href="mailto:lorenzo.paulatto@impmc.upmc.fr" target="_blank">lorenzo.paulatto@impmc.upmc.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sunday, 22 May 2016 18:00:49 CEST Jingyang Wang wrote:<br>
> Dear QE users,<br>
><br>
> Recently I have run a "relax" job on Stampede using QE v 5.4.0, and got<br>
> this very brief error message:<br>
><br>
>      Error in routine set_cutoff (1):<br>
>      ecutrho <= ecutwfc?!?<br>
><br>
> By checking the source code, I realized that it means the ecutrho is set to<br>
> be smaller than (or equal to) ecutwfc, which is not allowed. However, this<br>
> is not the case for my calculation. My input file is below:<br>
</span>> ...<br>
> ecutwfc=70,<br>
> ecutrho=280,<br>
<br>
The error you are getting is quite odd, and it clearly is not consistent with<br>
your input. It also happens at the very beginning of the code, so I would rule<br>
out any complicated bug related to the calculation. I have two theories:<br>
<br>
1. a compiler bug when converting the value of ecutwfc and ecutrho from<br>
integer (70 and 280) to double precision real. Try specifying them as<br>
ecutwfc=70.d0,<br>
ecutrho=280.d0,<br>
and see if it makes any difference<br>
<br>
2. another compiler bug, try another compiler<br>
<br>
hth<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Dr. Lorenzo Paulatto<br>
IdR @ IMPMC -- CNRS & Université Paris 6<br>
<a href="tel:%2B33%20%280%291%2044%20275%20084" value="+33144275084">+33 (0)1 44 275 084</a> / skype: paulatz<br>
<a href="http://www.impmc.upmc.fr/~paulatto/" rel="noreferrer" target="_blank">http://www.impmc.upmc.fr/~paulatto/</a><br>
23-24/4é16 Boîte courrier 115,<br>
4 place Jussieu 75252 Paris Cédex 05<br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></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>