<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Message: 2<br>Date: Fri, 26 Feb 2010 21:41:13 +0800<br>From: Nay Lin <<a href="mailto:naylin.nll@gmail.com">naylin.nll@gmail.com</a>><br>
Subject: [Pw_forum] Parallel on QuadCore<br>To: <a href="mailto:pw_forum@pwscf.org">pw_forum@pwscf.org</a><br>Message-ID:<br>       <<a href="mailto:619d39dc1002260541s4e804361m44751745a701bae1@mail.gmail.com">619d39dc1002260541s4e804361m44751745a701bae1@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br><br>Dear users,<br><br>i compiled mpi version pwscf 4.1.2 on quad core. with ubuntu linux<br>./pw.x shows "Parallel Version (MPI)".<br>In make.sys, DFLAGS contains -D__MPI and -D_PARA.<br>
I have mpirun installed.<br><br>may i know what is the complete  mpirun command to initiate the<br>calculation.<br>when i run<br>mpirun -np 2 ../../bin/pw.x<<a href="http://si.scf.in/" target="_blank">si.scf.in</a>>si.scf.out<br>
i get error such as<br>It seems that [at least] one of the processes that was started with<br> mpirun did not invoke MPI_INIT before quitting (it is possible that<br> more than one process did not invoke MPI_INIT -- mpirun was only<br>
 notified of the first one, which was on node n0).<br><br><br>Thanks.<br><br>Nay Lin<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://www.democritos.it/pipermail/pw_forum/attachments/20100226/3da372a9/attachment-0001.htm" target="_blank">http://www.democritos.it/pipermail/pw_forum/attachments/20100226/3da372a9/attachment-0001.htm</a><br>
<br>------------------------------<br><br>Message: 3<br>Date: Fri, 26 Feb 2010 15:24:22 +0100<br>From: Ngoc Linh Nguyen <<a href="mailto:nnlinh@sissa.it">nnlinh@sissa.it</a>><br>Subject: Re: [Pw_forum] Parallel on QuadCore<br>
To: PWSCF Forum <<a href="mailto:pw_forum@pwscf.org">pw_forum@pwscf.org</a>><br>Message-ID: <<a href="mailto:4B87D996.6040405@sissa.it">4B87D996.6040405@sissa.it</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>Nay Lin wrote:<br>>   mpirun did not invoke MPI_INIT before quitting (it is possible that<br>>   more than one process did not invoke MPI_INIT -- mpirun was only<br>>   notified of the first one, which was on node n0).<br>
that's all for the notice from output error? I guess the output error<br>has more detail.<br><br>Have you ever tried to run some typical example of parallel running on<br>your computer before running QE?<br>Maybe the problem come from kind of package mpi that you are using.!!!<br>
<br>Linh<br><br><br>><br>> It seems that [at least] one of the processes that was started with<br>><br>> Thanks.<br>><br>> Nay Lin<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://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
><br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Fri, 26 Feb 2010 15:57:35 +0100<br>From: Carlo Nervi <<a href="mailto:carlo.nervi@unito.it">carlo.nervi@unito.it</a>><br>Subject: Re: [Pw_forum] Parallel on QuadCore<br>
To: PWSCF Forum <<a href="mailto:pw_forum@pwscf.org">pw_forum@pwscf.org</a>><br>Message-ID: <<a href="mailto:4B87E15F.8010109@unito.it">4B87E15F.8010109@unito.it</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>Nay Lin ha scritto:<br>> Dear users,<br>><br>> i compiled mpi version pwscf 4.1.2 on quad core. with ubuntu linux<br>> ./pw.x shows "Parallel Version (MPI)".<br>> In make.sys, DFLAGS contains -D__MPI and -D_PARA.<br>
> I have mpirun installed.<br>><br>> may i know what is the complete  mpirun command to initiate the<br>> calculation.<br>> when i run<br>> mpirun -np 2 ../../bin/pw.x<<a href="http://si.scf.in/" target="_blank">si.scf.in</a> <<a href="http://si.scf.in/" target="_blank">http://si.scf.in</a>>>si.scf.out<br>
> i get error such as<br>> It seems that [at least] one of the processes that was started with<br>>   mpirun did not invoke MPI_INIT before quitting (it is possible that<br>>   more than one process did not invoke MPI_INIT -- mpirun was only<br>
>   notified of the first one, which was on node n0).<br>><br><br>This looks like a problem in running/compiling with mpi (open mpi?). Try<br>first to compile a simple mpi program and run it with the mpirun<br>command. Does it works?<br>
       Carlo<br><br>--<br>------------------------------------------------------<br>Carlo Nervi <a href="mailto:carlo.nervi@unito.it">carlo.nervi@unito.it</a> Tel:+39 011 6707507/8<br>Fax: +39 011 6707855   -   Dipartimento di Chimica IFM<br>
via P. Giuria 7, 10125 Torino, Italy<br><a href="http://lem.ch.unito.it/" target="_blank">http://lem.ch.unito.it/</a><br><br><br>------------------------------<br></blockquote>
<div>Dear Linh and Carlo,</div>
<div>The problem is solved. The mpi was the one automatically configured by configure script for parallel version.</div>
<div>After compilation, i cannot run it with openmpi (the errors come out). But it work perfectly fine with mpich on my quad core in parallel mode with all 4 cores.</div>
<div> </div>
<div>Thanks for the help.</div>
<div>Lin</div></div>