<div dir="ltr">Hi John,<div><br></div><div>I believe you need to set FI_RMA_EVENT in the caps.</div><div><br></div><div>To do this add:<br>hints->caps |= FI_RMA_EVENT before calling fi_getinfo.</div><div><br></div><div>The fi_getinfo and fi_endpoint man pages have more information about what FI_RMA_EVENT does when set.</div><div><br></div><div>Hope this helps,</div><div>~Evan</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 9, 2017 at 1:00 PM,  <span dir="ltr"><<a href="mailto:libfabric-users-request@lists.openfabrics.org" target="_blank">libfabric-users-request@lists.openfabrics.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Libfabric-users mailing list submissions to<br>
        <a href="mailto:libfabric-users@lists.openfabrics.org">libfabric-users@lists.<wbr>openfabrics.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.openfabrics.org/mailman/listinfo/libfabric-users" rel="noreferrer" target="_blank">http://lists.openfabrics.org/<wbr>mailman/listinfo/libfabric-<wbr>users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:libfabric-users-request@lists.openfabrics.org">libfabric-users-request@lists.<wbr>openfabrics.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:libfabric-users-owner@lists.openfabrics.org">libfabric-users-owner@lists.<wbr>openfabrics.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Libfabric-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. fi_read completion event (Biddiscombe, John A.)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Thu, 9 Mar 2017 16:09:23 +0000<br>
From: "Biddiscombe, John A." <<a href="mailto:biddisco@cscs.ch">biddisco@cscs.ch</a>><br>
To: "<a href="mailto:libfabric-users@lists.openfabrics.org">libfabric-users@lists.<wbr>openfabrics.org</a>"<br>
        <<a href="mailto:libfabric-users@lists.openfabrics.org">libfabric-users@lists.<wbr>openfabrics.org</a>><br>
Subject: [libfabric-users] fi_read completion event<br>
Message-ID: <<a href="mailto:91E2CB01-C8E7-4067-B1A7-1DD81BAB5B46@cscs.ch">91E2CB01-C8E7-4067-B1A7-<wbr>1DD81BAB5B46@cscs.ch</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello list<br>
<br>
I’m not getting any completion events from fi_read calls.<br>
<br>
I’m binding the cq using<br>
            ret = fi_ep_bind(*new_endpoint, &txcq->fid, FI_TRANSMIT);<br>
and just to play safe I tried adding FI_COMPLETION to the cq create flags<br>
            cq_attr.wait_obj = FI_WAIT_NONE;<br>
            cq_attr.size = info->tx_attr->size;<br>
            cq_attr.flags = FI_COMPLETION;<br>
            ret = fi_cq_open(fabric_domain_, &cq_attr, &txcq, &txcq);<br>
<br>
the fi_read returns success, so I think my args are ok.<br>
<br>
What else might I have missed to tell the cq that I’d like completion events from read operations?<br>
<br>
Thanks<br>
<br>
JB<br>
<br>
--<br>
John Biddiscombe,                        email:biddisco @.at.@ <a href="http://cscs.ch" rel="noreferrer" target="_blank">cscs.ch</a><br>
<a href="http://www.cscs.ch/" rel="noreferrer" target="_blank">http://www.cscs.ch/</a><br>
CSCS, Swiss National Supercomputing Centre  | Tel:  <a href="tel:%2B41%20%2891%29%20610.82.07" value="+41916108207">+41 (91) 610.82.07</a><br>
Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  <a href="tel:%2B41%20%2891%29%20610.82.82" value="+41916108282">+41 (91) 610.82.82</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.openfabrics.org/pipermail/libfabric-users/attachments/20170309/315d0519/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.openfabrics.org/<wbr>pipermail/libfabric-users/<wbr>attachments/20170309/315d0519/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
Libfabric-users mailing list<br>
<a href="mailto:Libfabric-users@lists.openfabrics.org">Libfabric-users@lists.<wbr>openfabrics.org</a><br>
<a href="http://lists.openfabrics.org/mailman/listinfo/libfabric-users" rel="noreferrer" target="_blank">http://lists.openfabrics.org/<wbr>mailman/listinfo/libfabric-<wbr>users</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Libfabric-users Digest, Vol 12, Issue 6<br>
******************************<wbr>****************<br>
</blockquote></div><br></div></div>