Re: [OMPI users] Memory leak in my code

2009-02-26 Thread Mark Allan
...@web.de [mailto:doriankra...@web.de] Sent: 26 February 2009 17:40 To: mark_allan_1...@yahoo.co.uk; Open MPI Users Subject: Re: [OMPI users] Memory leak in my code Mark Allan wrote: > Dear all, > > With this simple code I find I am getting a memory leak when I run on 2 processors. Can anyone

Re: [OMPI users] Memory leak in my code

2009-02-26 Thread doriankrause
Mark Allan wrote: Dear all, With this simple code I find I am getting a memory leak when I run on 2 processors. Can anyone advise why? I suspect the prototype of nonBlockingRecv is actually MPI_Request nonBlockingRecv(int **t, int &size, const int tag, const int senderRank) and in thi

Re: [OMPI users] Memory leak in my code

2009-02-26 Thread Eugene Loh
Mark Allan wrote: Dear all, With this simple code I find I am getting a memory leak when I run on 2 processors.  Can anyone advise why? I'm fairly new to MPI (have only done very simple things in the past).  I'm trying to do a non-blocking send

[OMPI users] Memory leak in my code

2009-02-26 Thread Mark Allan
Dear all, With this simple code I find I am getting a memory leak when I run on 2 processors.  Can anyone advise why? I'm fairly new to MPI (have only done very simple things in the past).  I'm trying to do a non-blocking send/recv (from any proc to any proc) but the receiving processor doesn'