...@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
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
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
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'