Hello experts,<br><br>I have a question about the source file:mpid/ch3/channels/nemesis/nemesis/netmod/tcp/socksm.c.<br>In MPID_nem_tcp_connect() we could see:<br>mpi_errno = MPID_nem_tcp_get_addr_port_from_bc(bc, &amp;addr, &amp;(vc_tcp-&gt;sock_id.sin_port));<br>
...<br>rc = connect(sc-&gt;fd, (SA*)sock_addr, sizeof(*sock_addr));<br><br>Is that mean it could get the server listening port from bc? And what is bc?<br>How could it get the listening port from the other host?<br><br>Thanks,<br>
<br><br>