<div dir="ltr">I suspect the check should be done in the other order, <div><br><div>IF ( use_images ) THEN</div><div>        !</div><div>     CALL run_manypw ( )</div><div>     CALL run_pwscf ( exit_status )</div><div>     !</div><div>ELSE IF ( trim(srvaddress) == ' ' ) THEN</div><div>     !</div><div>     CALL read_input_file ('PW', input_file_ )</div><div>     CALL run_pwscf ( exit_status )</div><div>     !</div><div>ELSE</div><div><div>     !</div><div>     CALL read_input_file ('PW+iPi', input_file_ )</div><div>     CALL run_driver ( srvaddress, exit_status )</div><div>     !</div><div>  END IF</div></div><div><br></div></div><div>srvaddress is used when specified on the command line and has QE run in driver mode</div><div>Michele</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 December 2017 at 16:53, Lorenzo Paulatto <span dir="ltr"><<a href="mailto:lorenzo.paulatto@upmc.fr" target="_blank">lorenzo.paulatto@upmc.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, what is the meaning of srvaddress in pwscf.f90?<br>
<br>
   IF ( trim(srvaddress) == ' ' ) THEN<br>
      !<br>
      CALL read_input_file ('PW', input_file_ )<br>
      CALL run_pwscf ( exit_status )<br>
      !<br>
   ELSE IF ( use_images ) THEN<br>
      !<br>
      CALL run_manypw ( )<br>
      CALL run_pwscf ( exit_status )<br>
      !<br>
<br>
On two different systems I'm using it is always empty when calling pw as<br>
manypw.xx, which causes manypw to not be called.<br>
<br>
Any idea on how to fix?<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Dr. Lorenzo Paulatto<br>
IdR @ IMPMC -- CNRS & Université Paris 6<br>
phone: <a href="tel:%2B33%20%280%291%20442%2079822" value="+33144279822">+33 (0)1 442 79822</a> / skype: paulatz<br>
www:   <a href="http://www-int.impmc.upmc.fr/~paulatto/" rel="noreferrer" target="_blank">http://www-int.impmc.upmc.fr/~<wbr>paulatto/</a><br>
mail:  23-24/423 Boîte courrier 115, 4 place Jussieu 75252 Paris Cédex 05<br>
______________________________<wbr>_________________<br>
Q-e-developers mailing list<br>
<a href="mailto:Q-e-developers@qe-forge.org">Q-e-developers@qe-forge.org</a><br>
<a href="http://qe-forge.org/mailman/listinfo/q-e-developers" rel="noreferrer" target="_blank">http://qe-forge.org/mailman/<wbr>listinfo/q-e-developers</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-------------------------------------------------------------------------------------------<br>Prof. Michele Ceriotti  <br>Laboratory of Computational Science and Modelling (COSMO)<br>MXG 338 (Bâtiment MXG)<br>Station 12<br>CH-1015 Lausanne<br>--------------------------------------------------------------------------------------------</div>
</div>