Open repo4work opened 1 year ago
Hi. I haven't tried eRPC on E810 NICs, but here are some thoughts.
ibv_devinfo
from the container? Can you successfully run ib_read_bw
between the two machines?Hi Anuj,
Hi.
DTRANSPORT=Infiniband -DROCE=on
is correct.ib_read_bw
works, but is it from within the containers? If so, it's surprising that ibv_devinfo
fails but ib_read_bw
works.ib_read_bw
does not yet work from within the containers, that'll have to be fixed first independently of eRPC. Hi,
To clear it up: The ib_read_bw works out of the containers, but does not work inside, along with ibv_devinfo. I am currently looking into the issue within the containers
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:
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