Re: [OMPI users] problems with one sided MPI

2009-09-01 Thread Dorian Krause
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

[OMPI users] problems with one sided MPI

2009-08-31 Thread Marcus Daniels
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