Ralph,

what about :
- if only one interface is specified (e.g. *_if_include eth0), then bind to that interface
- otherwise, bind to all interfaces

Mark, would that solve your issue ?

Cheers,

Gilles

On 8/28/2015 9:50 AM, Ralph Castain wrote:
I committed the change that prevents orte-submit from binding a listener - 
seems to work fine for me, so please let me know how it works for you.

The other issue - binding to all interfaces instead of only the ones specified 
- is a little more troublesome. If we don’t bind to all interfaces, then we 
have to consume a socket for each interface we are going to bind to - which 
means we trade-off binding one socket to all interfaces for consuming one 
socket per interface we are using.

It seems to me that binding to all interfaces doesn’t hurt us given that we 
will only attempt to connect on the specified interfaces, whereas consuming 
even more file descriptors can be a problem, but maybe I’m not seeing 
something. Anyone have an opinion here?

Ralph


On Aug 27, 2015, at 3:14 PM, Mark Santcroos <mark.santcr...@rutgers.edu> wrote:


On 27 Aug 2015, at 17:58 , Ralph Castain <r...@open-mpi.org> wrote:
Okay, let me take a look
Thanks Ralph, please let me know if I can be of any assistance!

_______________________________________________
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/08/17890.php
_______________________________________________
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/08/17891.php

Reply via email to