Getting libfabric to work with multiple providers #7442
Unanswered
matthewjmc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are trying to use libfabric for our application, but we have issues using non TCP providers, like
verbs
. We are using InfiniBand, and we have already configured both IPoIB and the SM. We can get normal TCP working over the ib interface. Additionally RDMA CM by itself connects fine but our libfabric implementation does not. I was wondering if there were any common mistakes with libfabric usage that would maketcp;ofi_rxm
work butverbs;ofi_rxm
not work? Any information would be greatly appreciated.Also when we used
FI_SOCKADDR
instead ofFI_SOCKADDR_IN
the data we insert into the AV becomes corrupted in both cases, but I am not sure if this is related or not.For reference this is an excerpt from our codebase that demonstrates this behavior.
Link to gist
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions