compiled abinit 6.12.3 for linux 64bit  [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
zjuer
Posts: 42
Joined: Thu Feb 17, 2011 2:05 am

compiled abinit 6.12.3 for linux 64bit

Post by zjuer » Thu Aug 02, 2012 3:24 pm

Dear all,
Is there anyone can do me a favor to post a compiled abinit 6.12.3 for linux 64bit system? I always cannot compile it successfully. Many thanks.

Best,

zjuer

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: compiled abinit 6.12.3 for linux 64bit  [SOLVED]

Post by jbeuken » Thu Aug 02, 2012 8:58 pm

Hi,

link on page : http://www.abinit.org/downloads/source- ... ses/6.12.3

compiled with gcc 4.5.1 , mpich2 1.3 and Gotoblas2 1.13

static : only depends of some system libs :

Code: Select all

ldd abinit 
   linux-vdso.so.1 =>  (0x00007fff10da4000)
   librt.so.1 => /lib64/librt.so.1 (0x0000003e31200000)
   libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003e30200000)
   libm.so.6 => /lib64/libm.so.6 (0x0000003e30a00000)
   libc.so.6 => /lib64/libc.so.6 (0x0000003e2fe00000)
   /lib64/ld-linux-x86-64.so.2 (0x0000003e2fa00000)


have a fun with abinit...

regards

jmb
------
Jean-Michel Beuken
Computer Scientist

zjuer
Posts: 42
Joined: Thu Feb 17, 2011 2:05 am

Re: compiled abinit 6.12.3 for linux 64bit

Post by zjuer » Fri Aug 03, 2012 7:29 am

Hi jmb,

Thanks a lot. It is really helpful.

Best regards,

zjuer

Locked