And then what completion mode should I select? FI_DELIVERY_COMPLETE? -----Original Message----- From: Hefty, Sean Sent: Thursday, September 15, 2016 3:36 PM To: Smith, Jonathan D <[email protected]>; Jeff Hammond <[email protected]> Cc: [email protected]; [email protected] Subject: RE: [libfabric-users] Two-stage completion
> If I start using the inject call to block until the buffer is safe, > how do I get the kind of completion I'd need for my timeout, if > there's no flags argument in the fi_tinject call? To reuse the buffer immediately but still get a completion, you should call fi_tsendmsg with the FI_INJECT flag. The default completion mode will then be used. _______________________________________________ ofiwg mailing list [email protected] http://lists.openfabrics.org/mailman/listinfo/ofiwg
