You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run "ib_send_bw" ,I have the following situations
FreeFlow
Waiting for client to connect... *
Couldn't get ibv_exp_post_send pointer
Program received signal SIGSEGV, Segmentation fault.
__ibv_create_cq (context=0x6316b0, cqe=, cq_context=0x0, channel=0x0, comp_vector=0) at src/verbs.c:538
538 cq_map[cq->handle] = cq;
I would really appreciate it if someone could help me
The text was updated successfully, but these errors were encountered:
Which version of libibverbs and NIC drivers are you using? It seems like the experimental verbs are not well installed. Also, I am not sure why ib_send_bw would look for experimental verbs. Did you configure it to do so?
When i run "ib_send_bw" ,I have the following situations
FreeFlow
Couldn't get ibv_exp_post_send pointer
Program received signal SIGSEGV, Segmentation fault.
__ibv_create_cq (context=0x6316b0, cqe=, cq_context=0x0, channel=0x0, comp_vector=0) at src/verbs.c:538
538 cq_map[cq->handle] = cq;
I would really appreciate it if someone could help me
The text was updated successfully, but these errors were encountered: