[libfabric-users] Libfabric-users Digest, Vol 59, Issue 3

Tan Wei Ming, Bertrand bertrandtwm at u.nus.edu
Sun May 30 20:03:12 PDT 2021


Hello,

providing

svr: source_ip
client: source_ip dest_ip

made it work. Thanks for the feedback, will take note.

Bertrand
________________________________
From: Libfabric-users <libfabric-users-bounces at lists.openfabrics.org> on behalf of libfabric-users-request at lists.openfabrics.org <libfabric-users-request at lists.openfabrics.org>
Sent: Saturday, May 29, 2021 2:31 AM
To: libfabric-users at lists.openfabrics.org <libfabric-users at lists.openfabrics.org>
Subject: Libfabric-users Digest, Vol 59, Issue 3

        - External Email -



Send Libfabric-users mailing list submissions to
        libfabric-users at lists.openfabrics.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.openfabrics.org/mailman/listinfo/libfabric-users
or, via email, send a message with subject or body 'help' to
        libfabric-users-request at lists.openfabrics.org

You can reach the person managing the list at
        libfabric-users-owner at lists.openfabrics.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Libfabric-users digest..."


Today's Topics:

   1. fi_rdm_<tests> does not seem to work for tcp/ofi_rxm
      providers (Tan Wei Ming, Bertrand)
   2. Re: fi_rdm_<tests> does not seem to work for tcp/ofi_rxm
      providers (Tan Wei Ming, Bertrand)
   3. Re: fi_rdm_<tests> does not seem to work for tcp/ofi_rxm
      providers (Hefty, Sean)


----------------------------------------------------------------------

Message: 1
Date: Fri, 28 May 2021 03:01:32 +0000
From: "Tan Wei Ming, Bertrand" <bertrandtwm at u.nus.edu>
To: "libfabric-users at lists.openfabrics.org"
        <libfabric-users at lists.openfabrics.org>
Subject: [libfabric-users] fi_rdm_<tests> does not seem to work for
        tcp/ofi_rxm providers
Message-ID:
        <SG2PR06MB3144F521E0B019E1CC2F1E12E5229 at SG2PR06MB3144.apcprd06.prod.outlook.com>

Content-Type: text/plain; charset="iso-8859-1"

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/libfabric-users/attachments/20210528/89b9bf2c/attachment-0001.htm>

------------------------------

Message: 2
Date: Fri, 28 May 2021 04:09:40 +0000
From: "Tan Wei Ming, Bertrand" <bertrandtwm at u.nus.edu>
To: "libfabric-users at lists.openfabrics.org"
        <libfabric-users at lists.openfabrics.org>
Subject: Re: [libfabric-users] fi_rdm_<tests> does not seem to work
        for tcp/ofi_rxm providers
Message-ID:
        <SG2PR06MB314420896214241A3B2A6543E5229 at SG2PR06MB3144.apcprd06.prod.outlook.com>

Content-Type: text/plain; charset="utf-8"

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/libfabric-users/attachments/20210528/ea1a1b82/attachment-0001.htm>

------------------------------

Message: 3
Date: Fri, 28 May 2021 18:29:44 +0000
From: "Hefty, Sean" <sean.hefty at intel.com>
To: "Tan Wei Ming, Bertrand" <bertrandtwm at u.nus.edu>,
        "libfabric-users at lists.openfabrics.org"
        <libfabric-users at lists.openfabrics.org>
Subject: Re: [libfabric-users] fi_rdm_<tests> does not seem to work
        for tcp/ofi_rxm providers
Message-ID:
        <DM6PR11MB460905F72A2BA7150830F2979E229 at DM6PR11MB4609.namprd11.prod.outlook.com>

Content-Type: text/plain; charset="Windows-1252"

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


------------------------------

Subject: Digest Footer

_______________________________________________
Libfabric-users mailing list
Libfabric-users at lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/libfabric-users


------------------------------

End of Libfabric-users Digest, Vol 59, Issue 3
**********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/libfabric-users/attachments/20210531/eb885e3f/attachment.htm>


More information about the Libfabric-users mailing list