Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Fortran runtime error: Attempt to allocate negative amount of memory. Possible integer overflow

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Fortran runtime error: Attempt to allocate negative amount of memory. Possible integer overflow


Chronological Thread 
  • From: Anglade Pierre-Matthieu <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Fortran runtime error: Attempt to allocate negative amount of memory. Possible integer overflow
  • Date: Fri, 13 Nov 2009 09:22:34 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aB82BADcoFI6VVTpGjCqwiMdMO2iDH8lfbRBe7ImAwHJEVFDzrbvAWL6icm0Q2H2A0 TPVSo1u3V0GCdDecqZQNhg9tAEFtMx4pRoLKvi+c8/0uDBchycoTqaoFYVXoRgiIbExj S7uNEcMSdW1nF68P/jbWyhW6w4KfQ8KLvJ2nM=

Hi,

One possible solution would be the following :
compile Abinit with debug flag enabled and then run it within a
debugger (e.g. gdb). You'll then be able to get the backtrace of the
failing memory allocation. This means that you'll know exactly where
in the code it takes place and after some work of code analysis you
will know why it takes place and how to take care of this error.

regards,

PMA

On Fri, Nov 13, 2009 at 8:20 AM, Sanjeev Kumar Gupta
<skgupta.physics@gmail.com> wrote:
> Dear Sir,
> Greetings.
>
> When i am merging DDB files, then I got the error,
>
> Fortran runtime error: Attempt to allocate negative amount of memory.
> Possible integer overflow
>
>
> Please help me, how i solve this problem.
>
> Kind Regards
> Sanjeev
>
> --
> S. K. Gupta
> PhD Student,
> Dept. of Physics, Bhavnagar University.
> Bhavnagar, 364 022., Gujarat, India.
>
>
>
>



--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page