Re: [OMPI users] MPI Blocking Routines and Memory Leaks

2009-03-25 Thread Jeff Squyres
On Mar 25, 2009, at 9:55 AM, Simon Köstlin wrote: I'm new to MPI and I've got a question about blocking routines like the Send-, Wait-Function and so on. I wrote a parallel program that uses the blocking Send and the Nonblocking Isend function. Now my question: If I'm sending something with

Re: [OMPI users] MPI Blocking Routines and Memory Leaks

2009-03-25 Thread Eugene Loh
Simon Köstlin wrote: I'm new to MPI and I've got a question about blocking routines like the Send-, Wait-Function and so on. I wrote a parallel program that uses the blocking Send and the Nonblocking Isend function. Now my question: If I'm sending something with the blocking Send function it

[OMPI users] MPI Blocking Routines and Memory Leaks

2009-03-25 Thread Simon Köstlin
Hello, I'm new to MPI and I've got a question about blocking routines like the Send-, Wait-Function and so on. I wrote a parallel program that uses the blocking Send and the Nonblocking Isend function. Now my question: If I'm sending something with the blocking Send function it should block the pr