Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Memory problem

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Memory problem


Chronological Thread 
  • From: Noam Bernstein <bernstei@dave.nrl.navy.mil>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Memory problem
  • Date: Wed, 2 Apr 2003 09:35:13 -0500 (EST)

On Tue, 1 Apr 2003, Paul Tangney wrote:

>
> By default, my fortran compiler (xlf ) allows a maximum
> datasize of 128 Mb of memory and a maximum stack size of 32Mb.
.
.
.
> In order to cure this the compiler needs a flag which increases this
> maximum data size.
> The flags for stacksize and datasize are "-bmaxstack:A" and
> "-bmaxdata:B" where A and B

Sadly, this particular bizarre requirement of the IBM AIX compilers is
not relevant to any other system I know of (Linux, SGI, DEC/Compaq
Alpha), and is therefore unlikely to be related to the original
poster's question.

> In 64-bit mode there are much larger data allocations allowed by default
> and so,
> as Michel Cote suggested, this may solve the problem.....but will the
> program
> slow down ?

As I understand it, going to 64 bit mode makes pointers larger, which
can increase the memory use of the program if lots of pointers are
used (irrelevant for most FORTRAN programs, I guess). This could
conceivably cause increased likelyhood of swapping or cache misses,
but otherwise shouldn't make a difference.

Noam Bernstein




Archive powered by MHonArc 2.6.16.

Top of Page