<P>Hello:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Now my problem changes to the following:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I use the function MPI_Comm_rank anf MPI_Comm_sizeĦ£but the reslut is</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<IMG src="http://eg1a119.mail.163.com/js3/s?func=mbox:getComposeData&amp;sid=*&amp;composeId=jCmWHnmmgODUdyWqgCmmzDMiIIMTRLBe&amp;attachId=1&amp;rnd=0.049079181065808886"></P>
<P>The code is the following, so I want to know why like this:</P>
<P>#include &lt;stdio.h&gt;<BR>#include "mpi.h"</P>
<P>int main(int argc,char **argv)<BR>{<BR>&nbsp;&nbsp; int myid,numprocs;<BR>&nbsp;&nbsp; int namelen;<BR>&nbsp;&nbsp; char processor_name[MPI_MAX_PROCESSOR_NAME];<BR>&nbsp;&nbsp; MPI_Init(&amp;argc,&amp;argv);<BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; MPI_Comm_rank(MPI_COMM_WORLD,&amp;myid);<BR>&nbsp;&nbsp; MPI_Comm_size(MPI_COMM_WORLD,&amp;numprocs);<BR>&nbsp;&nbsp; MPI_Get_processor_name(processor_name,&amp;namelen);<BR>&nbsp;&nbsp; printf("HELLOWORLD!process%d of %d on %s\n",myid,numprocs,processor_name);<BR>&nbsp;&nbsp; MPI_Finalize();<BR>return 0;<BR>}</P><br><br><span title="neteasefooter"/></span>