<div dir="ltr">Hi Folks,<div><br></div><div>We have a simple libfabric test we are trying to get to work.</div><div>It uses FI_EP_RDM endpoint type.  A single endpoint is</div><div>created. </div><div><br></div><div>The test is intended to send/recv messages on this single</div><div>endpoint.  This test works with GNI provider, but hangs</div><div>with the sockets provider.  </div><div><br></div><div>We are working from master@33cad4b</div><div><br></div><div>If we turn on FI_LOG_LEVEL_DEBUG we see odd things about</div><div>trying to use port 0 - which doesn't sound good:</div><div><br></div><div>







<p class="">libfabric:sockets:av:sock_check_table_in():228<debug> AV-INSERT:dst_addr: family: 2, IP is 10.128.0.9, port: 0</p>
<p class="">libfabric:sockets:ep_data:sock_pe_add_tx_ctx():2435<debug> TX ctx added to PE</p>
<p class="">libfabric:sockets:ep_data:sock_pe_add_rx_ctx():2453<debug> RX ctx added to PE</p>
<p class="">libfabric:sockets:ep_ctrl:sock_conn_listen():311<debug> Binding listener thread to port: 0</p>
<p class="">libfabric:sockets:ep_ctrl:sock_conn_listen():337<debug> Bound to port: 56165 - 39144</p><p class="">and later on when we try to send a message:</p><p class="">Test Fabric object created.</p><p class="">Attempting to send a message. You should see some output. </p><p class=""><br></p><p class="">Sending... </p><p class="">libfabric:sockets:ep_ctrl:sock_ep_connect():419<debug> Connecting to: <a href="http://10.128.0.9:0">10.128.0.9:0</a></p><p class="">libfabric:sockets:ep_ctrl:sock_ep_connect():421<debug> Connecting using address:10.128.0.9</p><p class="">libfabric:sockets:ep_ctrl:sock_ep_connect():443<debug> Error in connection() 111 - Connection refused - 16</p><p class="">libfabric:sockets:ep_ctrl:sock_ep_connect():445<debug> Connecting to: <a href="http://10.128.0.9:0">10.128.0.9:0</a></p><p class="">















</p><p class="">libfabric:sockets:ep_ctrl:sock_ep_connect():447<debug> Connecting using address:10.128.0.9</p><p class="">Are there known problems with the sockets provider and send-to-self style send/recv<br>using FI_EP_RDM?</p><p class="">Thanks for any help,</p><p class="">Howard</p></div></div>