You can try source packaged. Extract and run command ./configure
--prefix=usr/local , make all , make install after to compile any mpi
program by using mpicc
On 29-Mar-2012 7:26 PM, "Jeffrey Squyres" wrote:
> I don't know exactly how Fedora packages Open MPI, but I've seen some
> distributions se
You can use hostfile file which containts name or ip address of nodes.
Nodes name are in line by line . If you add or remove name of node and
check if node in run or nor. The command are shell$ mpirun --hostfile
my_hostfile -np 4 my_parallel_application
On 26-Mar-2012 8:58 PM, "Tom Bryan" wr