<p dir="ltr">Thank you Sir for the guidance. Yes, there was a problem with MPI configuration. I reinstalled MPICH2 through administrator account and added username, password. Now it is working well and using all cores. <br>
I definitely agree with you regarding congestion due to hyperthreading.<br>
Could you tell, for which kinds of calculations, will the HT be useful then? <br>
I will ensure not to overuse it then. <br></p>
<p dir="ltr">Regards,</p>
<div class="gmail_quote">On 15-Jan-2016 8:41 pm, "Axel Kohlmeyer" <<a href="mailto:akohlmey@gmail.com">akohlmey@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Jan 15, 2016 at 4:33 AM, siddheshwar chopra <<a href="mailto:sidhusai@gmail.com">sidhusai@gmail.com</a>> wrote:<br>
> For more information, I installed 5.2.1 setup for windows. And got the<br>
> following error:<br>
><br>
> Error while connecting to host, No connection could be made because the<br>
> target machine actively refused it. (10061)<br>
> Connect on sock (host=Matrix, port=8678) failed, exhaused all end points<br>
> Unable to connect to 'Matrix:8678',<br>
> sock error: Error = -1<br>
<br>
this is a problem of your MPI configuration, or rather your firewall<br>
blocking MPI message passing to remote machines. this needs to be<br>
properly configured and you need to follow the MPI installation and<br>
configuration instructions specific to the MPI package that you<br>
installed.<br>
have you followed the instructions given here?<br>
<a href="http://rpm.lammps.org/qe4win.html" rel="noreferrer" target="_blank">http://rpm.lammps.org/qe4win.html</a><br>
<br>
since you are running on your local machine only, try: mpiexec<br>
-localonly 2 pw.x -in si.inp > si.out<br>
<br>
also, it is *very* unlikely that you'll get any speedup from<br>
hyperthreading, more likely the added processes will cause congestion<br>
on the memory bus and slow you down.<br>
<br>
axel.<br>
<br>
><br>
><br>
> I was running QE using the following command:<br>
><br>
> mpiexec -np 4 pw.x <PATH/si.inp> <si.out><br>
><br>
> Please help.<br>
><br>
> Regards,<br>
><br>
> On Fri, Jan 15, 2016 at 1:23 PM, siddheshwar chopra <<a href="mailto:sidhusai@gmail.com">sidhusai@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Dear Users,<br>
>> I want to use the Windows version of Quantum Espresso. I have a 2 core (4<br>
>> threads) system. How can I run program using all 4 threads? It doesn't work<br>
>> with qcenv_p.bat. What are the priminary packages needed for parallel<br>
>> execution?<br>
>><br>
>> Regards,<br>
>><br>
>> --<br>
>> Dr. Siddheshwar chopra,<br>
>> M.Sc., Ph.D (Physics)<br>
>> Assistant Professor (Physics),<br>
>> Amity University, Noida, India.<br>
>><br>
><br>
><br>
><br>
> --<br>
> Dr. Siddheshwar chopra,<br>
> M.Sc., Ph.D (Physics)<br>
> Assistant Professor (Physics),<br>
> Amity University, Noida, India.<br>
><br>
><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>
<br>
<br>
<br>
--<br>
Dr. Axel Kohlmeyer  <a href="mailto:akohlmey@gmail.com">akohlmey@gmail.com</a>  <a href="http://goo.gl/1wk0" rel="noreferrer" target="_blank">http://goo.gl/1wk0</a><br>
College of Science & Technology, Temple University, Philadelphia PA, USA<br>
International Centre for Theoretical Physics, Trieste. Italy.<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>