<div dir="ltr"><div>"srvaddress" is read from command line and used by i-Pi, but the logic of that piece of code is illogic ("who is the idiot...no wait, I wrote it"). The correct logic is something like<br><br>
   IF ( trim(srvaddress) == ' ' ) THEN<br>
      IF ( use_images ) THEN<br>
          CALL run_manypw ( )<br>
          CALL run_pwscf ( exit_status )<br></div>
      ELSE<br>          CALL read_input_file ('PW', input_file_ )<br><div>
          CALL run_pwscf ( exit_status )<br>
</div><div>      END IF<br>   ELSE<br>      CALL read_input_file ('PW+iPi', input_file_ )<br>      CALL run_driver ( srvaddress, exit_status )</div><div>  END IF<br><br></div><div>You have the opportunity to make the first "push" !<br><br></div><div>Paolo<br>
</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 11, 2017 at 4:53 PM, 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"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Paolo Giannozzi, <span>Dip. Scienze Matematiche Informatiche e Fisiche</span>,<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>