HI~ Everyone: i have a little doubt about the funtion:<br>MPI_Comm_size<br>If I call it like:<br><br>include &#39;mpif.h&#39;<br>integer :: ierr<br>call MPI_Init(ierr)<br>call MPI_Comm_size(MPI_COMM_WORLD,<b>mgroupsize</b>,ierr)<br>
<br>Then I use 8 processors to run the program, the return value of <b>mgroupsize </b>should be 8. Is that right?<br>If it is right, the return value for me is just 1.   What would be the possible problem?<br> <br> I am really new to this and thank you very much<br>
                                   Xia<br>