<br><div class="gmail_quote"><div>S, I agree that MPI environment is to be configured, <br>this hostfile or the hosts can be defined in mpirun options.<br><br>mpirun --hostfile or mpirun --host<br><br>eg: mpirun –hostfile my_hostfile –np 4 a.out,  mpirun –host Host1,Host2,Host3,Host4 –np 4 a.out<br>

<br>mpi will use the hosts of this file Which can be used after the installation also.<br><br>I suggested the yum installation,bcoz It will resolve the mpi libraries in the dependencies.<br><br>This hosts option is available in Lam-mpi also as Lamboot -v hostfile., then mpirun<br>

<br>In MPICH2, this MPI environment can be initialized by mpdboot hostfile. then mpirun, mpdrun<br><br>every mpi can have a hostfile to initialize it after it properly installed.<br><br></div></div>