Hi Marcus,
Marcus Daniels wrote:
Hi,
I'm trying to do passive one-sided communication, unlocking a receive
buffer when it is safe and then re-locking it when data has arrived.
Locking also occurs for the duration of a send.
I also tried using post/wait and start/put/complete, but with that I
Hi,
I'm trying to do passive one-sided communication, unlocking a receive
buffer when it is safe and then re-locking it when data has arrived.
Locking also occurs for the duration of a send.
I also tried using post/wait and start/put/complete, but with that I see
hangs on the complete.
What