[libfabric-users] fi_rdm_<tests> does not seem to work for tcp/ofi_rxm providers

Hefty, Sean sean.hefty at intel.com
Fri May 28 11:29:44 PDT 2021


Try providing source/destination addresses.  E.g.

fi_rdm -p tcp -s 127.0.0.1

fi_rdm -p tcp 127.0.0.1

Also, fabtests are not maintained to be backwards compatible, so make sure you're using fabtests built against the libfabric version that you're using.

I did find an issue in rxm related to tcp which could be impacting you.  (I'm skeptical because other's would have noticed this before).  That fix is in the upstream master branch.


> To provide clarity on version:
> 
> I am using
> 
> fi_info: 1.13.0a1
> libfabric: 1.13.0a1
> libfabric api: 1.12
> 
> Bertrand
> 
> ________________________________
> 
> From: Tan Wei Ming, Bertrand
> Sent: Friday, May 28, 2021 11:01 AM
> To: libfabric-users at lists.openfabrics.org <libfabric-users at lists.openfabrics.org>
> Subject: fi_rdm_<tests> does not seem to work for tcp/ofi_rxm providers
> 
> Hello,
> 
> 
> I have been working with the fi_rdm tests (specifically fi_rdm, fi_rdm_tagged_pingpong,
> fi_rdm_tagged_bw) but I cannot seem to get it working when I input additional
> parameters '-p tcp' or '-p ofi_rxm'. (svr: fi_rdm -p ofi_rxm , client: fi_rdm -p
> ofi_rxm [svr_ip])
> 
> This however works perfectly fine when other providers (sockets, udp, ofi_rdm) are
> provided as input parameters to the tests.
> 
> The error I receive is `fi_getinfo(): ../common/shared.c:796, ret=-61 (No data
> available)`. This error appears before the server is even successfully setup which
> points to there being an incorrect parameter value.
> 
> Can somebody shed light as to why I am receiving this error?
> 
> Thanks and Best


More information about the Libfabric-users mailing list