Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] error in response function calculations

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] error in response function calculations


Chronological Thread 
  • From: Anglade Pierre-Matthieu <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] error in response function calculations
  • Date: Tue, 27 Dec 2005 14:51:53 +0100
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r1nRL6l3u3T9JvZ1905Q5iB0v9oxmzqM52WwQHJ6YEHbwCBTLAvZcWPHpkUNVlyEFYNxcTmTS77uLD9rbG3CurGRI94NuT3Ct1Q2IrfgJSEdo1GC6j0Mr6ue/KDBWBdtgG1IUJCtnoUwICMbBEkXFLhOvDokDpJYpemHHcOpNLQ=

Hi,
I can't tell you anythong about your error in rf calculation.
The maximum swapspace available is 4GB because it is the maximum size
of memory your OS can adress with a 32 bits adress space:
you have 2^32=4.10^9 adresses available. Then depending on the tricks
your OS is using you can have a memory limit which is 2^31 for the
whole user space or 2^31 per process. But you can hardly go further
without a 64 bit enabled OS and processor.
Your swap space on the hardrive is just made in a way to reflect this
mathematic limit. The file allocation table (FAT) is fixed for
optimisation purpose. And then is not able to handle bigger partion
than what is usable by the 32bit kernel.

Anyway your calculations won't go fast enough to be completed if your
computer is swapping even the calculation. Then 4GB is really enough.
--
Pierre-Matthieu Anglade




Archive powered by MHonArc 2.6.16.

Top of Page