Hi.
On Tue, Jul 22, 2008 at 1:14 PM, Antonino Castelfranco <[EMAIL PROTECTED]> wrote: > Hi. > I'm trying to understand how to use a non blocking send. > Does someone know the simplest way to do it? > The scenario is the following: > > Node A send 10 messages to Node B in a non-blocking way. > Sometimes Node A poll the completion queue the verify how many slots > in the queue can be freed. You should post 10 Send request in the send side (and if needed make sure that there are at least 10 Receive request in the receive side). I thing that the pingpong test can be a good example. Dotan > > Thanks in advance for your help. > > Antonino Castelfranco > Software Engineer > _______________________________________________ > general mailing list > [email protected] > http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general > > To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general > _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
