-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
I am trying to use and setup eRPC between two machines and I’m having issues when calling the RPC constructor. I seem to run into it even in the Hello World application included with the source code and outlined in the README.
I have tried to figure out why, but I haven’t come out with any solutions.
Here is information about the setup:
- There are two machines running RHEL 8.6 with Intel 100GbE Network Adapter (E810-CQDA1), rdma-core version 37, and using Infiniband for transport.
- eRPC is contained in two docker containers, one in each machine, with the following information: CentOS 8 for OS and rdma-core version 26.
- One instance is meant to be the server and the other a client
The error I’m running into says the following and it seems to trigger when the RPC constructor is called:
“terminate called after throwing an instance of ‘std::runtime_error’
What(): Failed to open dev 0
Aborted (core dumped)”
Thanks
Metadata
Metadata
Assignees
Labels
No labels