I am runing udapl on 32bit intel and running into this error:<br>
<br>
setup_listener(conn=0x8060008 cm_id=134611368)<br>
destroy_cm_id: conn 0x8060008 id 134611368<br>
--> dapl_psp_create setup_conn_listener failed: 30000<br>
20664 Error dat_psp_create: DAT_INSUFFICIENT_RESOURCES<br>
20664 Error connect_ep: DAT_INSUFFICIENT_RESOURCES<br>
<br>
I've tracked the error to ib_cm_listen:<br>
<br>
result = write(cm_id->device->fd, msg, size);<br>
if (result != size)<br>
return (result > 0) ? -ENODATA : result;<br>
<br>
result = -1<br>
size = 28<br>
device->fd = 4<br>
<br>
<br>
These are the modules I have loaded:<br>
<br>
ib_sdp 93792 0<br>
ib_ipoib 45572 0<br>
ib_uat 15884 0<br>
ib_at 29248 1 ib_uat<br>
ib_sa
16916 3 ib_sdp,ib_ipoib,ib_at<br>
ib_ucm 21764 0<br>
ib_cm
39628 2 ib_sdp,ib_ucm<br>
ib_uverbs 33936 0<br>
ib_umad 18712 0<br>
ib_mthca 118300 0<br>
ib_mad
43424 5 ib_ping,ib_sa,ib_cm,ib_umad,ib_mthca<br>
ib_core
48128 10
ib_ping,ib_sdp,ib_ipoib,ib_sa,ib_ucm,ib_cm,ib_uverbs,ib_umad,ib_mthca,ib_mad<br>
<br>
<br>
This is /dev/infiniband:<br>
crw-rw-rw- 1 root root 231, 191 Sep 29 08:10 uat<br>
crw-rw-rw- 1 root root 231, 224 Sep 29 08:10 ucm0<br>
crw-rw-rw- 1 root root 231, 0 Sep 29 08:10 umad0<br>
crw-rw-rw- 1 root root 231, 1 Sep 29 08:10 umad1<br>
crw-rw-rw- 1 root root 231, 192 Sep 29 08:09 uverbs0<br>
crw-rw-rw- 1 root root 231, 193 Sep 29 08:09 uverbs1<br>
<br>
I have run ulimit -l unlimited<br>
<br>
I'm at a loss here. Can someone point me in the rigt direction.<br>
<br>
Thanks,<br>
Todd<br>
<br>