Let's see if I understand you correctly. You are running "mpirun" on the
master node, with your applications running on other nodes in the cluster.
In that situation, mpirun is using TCP sockets to communicate with the OMPI
daemons on the remote nodes, and you would like to know which Ethernet
interface on the master node is being used for that purpose.

Correct? If so, then add "-mca oob_base_verbose 30" to your cmd line.
You'll get a bunch of output as it will report everything about the
messaging system, but you'll early on see which interface is being used. I
would suggest just running it with one non-master node and doing a
"hostname" command to limit the noise.

The selection of interface is done the same way every time, so it will wind
up picking the same interface unless the backend nodes change their
connectivity.



On Mon, Feb 2, 2015 at 10:52 PM, khushi popat <popat.khu...@gmail.com>
wrote:

> hello,
>
>
> can anyone tell how to get idea about which interface of master node is
> being used while i m running open mpi program on cluster from master node ??
>
>
> thanking you
> khushi
>
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2015/02/16909.php
>

Reply via email to