Dear Chan<br><br>Sorry to bother you again and excuse me for my ignorance - <br><br>does that means the same code (count.c), if I compile as - <br><br>mpicc count.c<br><br>will be compiled in MPI version? and I don&#39;t have to change the source code??<br>
<br>Basak<br><br><br><br><div class="gmail_quote">On 27 May 2011 20:07, Anthony Chan <span dir="ltr">&lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
count.c is a serial program, so it won&#39;t use MPI&#39;s multiprocessing support<br>
You need to make count.c as MPI program. Recent MPICH2<br>
uses hydra as default process manager, so you don&#39;t need to use<br>
mpd or mpdboot,...  See<br>
<br>
<a href="http://wiki.mcs.anl.gov/mpich2/index.php/Using_the_Hydra_Process_Manager" target="_blank">http://wiki.mcs.anl.gov/mpich2/index.php/Using_the_Hydra_Process_Manager</a><br>
<br>
A.Chan<br>
<div><div></div><div class="h5"><br>
----- Original Message -----<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have tried to installed recent version of MPICH2 in Scientific Linux<br>
&gt; 6.<br>
&gt; The machine contains 2 Xeon X5650 processors (each having 6 cores).<br>
&gt; Apparently I was able to install MPICH2 without any problem (thanks<br>
&gt; for the<br>
&gt; wonderful installation guide). &quot;which mpiexec&quot; and &quot;which mpicc&quot; show<br>
&gt; the<br>
&gt; correct PATH.<br>
&gt;<br>
&gt; mpiexec -n 2 ./count.out<br>
&gt;<br>
&gt; while running this homemade small counting program (count.c attached<br>
&gt; here),<br>
&gt; system monitor shows only one core (not even one processor) is taking<br>
&gt; the<br>
&gt; entire load. count.c was compiled using gcc (not mpigcc).<br>
&gt;<br>
&gt; Also, I found that the commands like mpd or mpdboot or mpdtrace<br>
&gt; returns<br>
&gt; &quot;Command not found&quot;.<br>
&gt;<br>
&gt; I am attaching here the c.txt, m.txt (as advised in the guides) also<br>
&gt; the<br>
&gt; small counting program (count.c).<br>
&gt;<br>
&gt; It will be of great help if anyone can show me the root of the problem<br>
&gt; and<br>
&gt; perhaps the solution.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; C. B. Basak<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br>