Difference ABINIT 7.0.5 and Parallel Version?  [SOLVED]

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
ljludwig
Posts: 77
Joined: Fri Jun 08, 2012 5:19 am

Difference ABINIT 7.0.5 and Parallel Version?

Post by ljludwig » Thu Feb 07, 2013 2:26 am

Dear ALL:

Recently when trying to do Abinit calculation, there is always a problem of Memory:

memana : ERROR -
Test failed to allocate 4285.261 Mbytes

Then in order to overcome this, I even bought 32Gb (4*8Gb) memory...

However, it still does not work, even 4 cores need 4285*4 <<32Gb.

Therefore, I was wondering, is this because the Abinit I installed is NOT a parallel version, which is 32bit and cannot understand memory >4Gb?

Thank you very much for any kind of help and suggestions.

Cheers!
Last edited by ljludwig on Thu Feb 07, 2013 8:07 pm, edited 1 time in total.

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: Difference ABINIT 7.0.5 and ABINIT 7.0.5 Parallel Versio  [SOLVED]

Post by Alain_Jacques » Thu Feb 07, 2013 2:33 pm

32bit applications have address space limitations - in your case without entering too much in the details, 2GB or 4GB but no more than that.

The mention "not a parallel version which is 32bit" ... it's possible to build a 64bit sequential abinit executable as long as your operating system supports 64bit apps. I see mentions elsewhere that you compile on Windows; the following page http://msdn.microsoft.com/en-us/library/windows/desktop/aa366778%28v=vs.85%29.aspx summaries these limitations.

Kind regards,

Alain

ljludwig
Posts: 77
Joined: Fri Jun 08, 2012 5:19 am

Re: Difference ABINIT 7.0.5 and ABINIT 7.0.5 Parallel Versio

Post by ljludwig » Thu Feb 07, 2013 8:07 pm

Alain_Jacques wrote:32bit applications have address space limitations - in your case without entering too much in the details, 2GB or 4GB but no more than that.

The mention "not a parallel version which is 32bit" ... it's possible to build a 64bit sequential abinit executable as long as your operating system supports 64bit apps. I see mentions elsewhere that you compile on Windows; the following page http://msdn.microsoft.com/en-us/library/windows/desktop/aa366778%28v=vs.85%29.aspx summaries these limitations.

Kind regards,

Alain



Hi, Alain:

Thank you so much for your kind reply!! It is very helpful, and I'll change the question to {solved}.

Cheers!

Locked