Newsgroups: comp.parallel.mpi
From: L'Excellent Jean Yves <excelle@cerfacs.fr>
Subject: Re: Memory leak on the SP2 with MPI
Organization: CERFACS
Date: Thu, 16 Jul 1998 17:04:36 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <35AE1684.47BE@cerfacs.fr>

Wai Sun Don wrote:
> 
> Does anyone have memory leak problem on the SP2 with MPI?
> 
> I am running a 3D code on the SP2 with MPI (version unknown, I think
> it is still MPI-1).  I have track the memory leak to the MPI call
> MPI_Barrier.  The Error return code is 0 for all 16 processors.
>
> ...

   I had something similar on the SP2 when the MPI
implementation was unable to allocate memory for internal
purpose in some routines (such as MPI_BARRIER). There does
not seem to be any user control on this so the only solution
I could find was to try to reduce arbitrarily memory usage
at the application level.

   I would also be interested if someone knows more on this.

Regards,
Jean-Yves

