Where is my ATOMPAW executable?

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
evan
Posts: 10
Joined: Sun Oct 21, 2012 4:13 am

Where is my ATOMPAW executable?

Post by evan » Sun Oct 21, 2012 4:46 am

Hi, all

I am a newbie in using Abinit, and I have compiled successfully the Abinit codes (version 6.12.3) with Fallbacks (AtomPAW, BigDFT, Etsf……). Before I compile the codes, I have downloaded AtomPAW (also BigDFT, Etsf) and kept them together in a directory (/share/home/fszhang/maofei/mnt/ab/plugins) on my computer for further use. My configure commands is followed,

./configure --prefix=/share/home/fszhang/maofei/opt/abinit.sopt FC=ifort --with-tardir=/share/home/fszhang/maofei/mnt/ab/plugins

How can I find ATOMPAW executable?
Thank you advance.

evan
Beijing Normal University

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

Re: Where is my ATOMPAW executable?

Post by Alain_Jacques » Sun Oct 21, 2012 8:53 am

Hi Evan,

From the place you BUILT abinit, the executable can be found in fallbacks/sources/atompaw-3.0.1.3/src/atompaw
It doesn't get installed during the "make install" step.

Kind regards,

Alain

evan
Posts: 10
Joined: Sun Oct 21, 2012 4:13 am

Re: Where is my ATOMPAW executable?

Post by evan » Mon Oct 22, 2012 9:05 am

Hi Alain,

Thank you for your kind reply, From the place you have mentioned I do not find any executable. I an wondering, is there any wrong when I configure the codes?

I did “make and make install” after the “./configure” when I compiled the Abinit codes.

Best
Evan

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

Re: Where is my ATOMPAW executable?

Post by Alain_Jacques » Mon Oct 22, 2012 7:03 pm

Hi Evan,

By default, atompaw compilation should be enabled. Would you be so kind to attach your config.log file - it should give me some clues about what happened.
If I understand correctly, you found the fallbacks/sources/atompaw-3.0.1.3/src/ directory structure, some .f90 flies in it but no .o objects no atompaw no graphatom executables ... or nothing at all? Look for other versions number than 3.0.1.3 ... my memory may be betrays me.

Alain

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

Re: Where is my ATOMPAW executable?

Post by jbeuken » Mon Oct 22, 2012 7:29 pm

Evan,

and in fallbacks/exports/bin/, is there a "atompaw-abinit" binary ?

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

evan
Posts: 10
Joined: Sun Oct 21, 2012 4:13 am

Re: Where is my ATOMPAW executable?

Post by evan » Tue Oct 23, 2012 4:42 am

Hi Alain,

Thank you for your kind reply. I have compiled the Abinit codes once again, and it seems to be successful. I find executables like atompaw and graphatom in the directory (abinit-6.12.3/fallbacks/sources/atompaw-3.0.1.3/src, and if I have make clean executed in this directory, the object files .o and executable files will be all deleted?), and I have tested the executable atompaw according to the tutorial, the results are correct.

And, I also attach the config.log file (in the compilation directory ../abinit-6.12.3/).

Best
Evan
Attachments
config.log
config.log file when compile the codes.
(148.48 KiB) Downloaded 270 times

evan
Posts: 10
Joined: Sun Oct 21, 2012 4:13 am

Re: Where is my ATOMPAW executable?

Post by evan » Tue Oct 23, 2012 4:44 am

Hi Jmb,

Thank you for your kind reply. I have recompiled the Abinit codes successfully, I have found the executables atompaw (~/abinit-6.12.3/fallbacks/sources/atompaw-3.0.1.3/src) and atompaw-abinit (~/abinit-6.12.3/fallbacks/exports/bin). Are there any differences between these two executables? Whether the atompaw-abinit is just a copy of the executable atompaw or not? (because I have found the same case for wannier90.x-abinit in the bin/, and the wannier90.x in the directory /fallbacks/sources/wannier90-1.2.0.1/src ).

Thank you again.

Best
Evan

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: Where is my ATOMPAW executable?

Post by pouillon » Mon Oct 29, 2012 12:39 pm

Yes, the atompaw-abinit executable is a copy of the binary that you can find within AtomPAW's source tree. It's just at a more convenience place to run the test suite of Abinit.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked