atompaw error

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
rahmaniahlem
Posts: 2
Joined: Mon Apr 07, 2014 12:27 pm

atompaw error

Post by rahmaniahlem » Wed Oct 22, 2014 2:22 pm

Dear all,

I'm a new Abinit user. I have configure atompaw4.0.0.10 following the guideline. When i try to exucute : "atompaw <inputfile" an error message is displayed : " atompaw: error while loading shared libraries: libatompaw.so.0: cannot open shared object file: No such file or directory" .
Can anyone help me to solve this problem ?

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

Re: atompaw error

Post by pouillon » Thu Oct 23, 2014 10:17 am

We need more information in order to help you: computer architecture and OS, Abinit version, whether you try to build AtomPAW within Abinit or from an external download, ...
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

ftf-ahn
Posts: 4
Joined: Wed Mar 18, 2015 7:41 pm

Re: atompaw error

Post by ftf-ahn » Tue Mar 31, 2015 7:11 pm

I have the same problem and I will provide you with the required details:

Linux -Ubuntu x86_64 x86_64 x86_64 GNU/Linux
I build atompaw from an external download- I have downloaded atompaw-3.1.0.3
I get the same error as mentioned in the above post -shared library libatompaw.so.0 error.

Thanks for your attention in advance.

Atefeh

Park21a!
Posts: 2
Joined: Wed Apr 01, 2015 3:29 pm

Re: atompaw error

Post by Park21a! » Wed Apr 01, 2015 3:47 pm

Hi! I am new here. Thanks for your help.
Ada

snowbear
Posts: 1
Joined: Sat Dec 12, 2015 5:52 pm

Re: atompaw error

Post by snowbear » Sat Dec 12, 2015 5:57 pm

Hello, I encountered the same problem after installing atompaw-4.0.0.12. I tried to recompile multiple times, I have also tried to compile abinit with atompaw flag. I have not found the problem mentioned anywhere else after searching for it.
Attachments
config.log
Config log from atompaw-4.0.0.12
(28 KiB) Downloaded 394 times

Jordan
Posts: 282
Joined: Tue May 07, 2013 9:47 am

Re: atompaw error

Post by Jordan » Mon Dec 14, 2015 8:55 am

Dear all,

Have you tried to configure with the --enable-static option ? and then compile.
The problem you have is that you have a dynamic executable which needs to load the dynamic libatompaw library. Enabling static library should switch atompaw to a static executable with a static library.

Cheers.

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

Re: atompaw error

Post by pouillon » Mon Dec 21, 2015 1:38 pm

You can also set the LD_LIBRARY_PATH and LIBRARY_PATH environment variables to point to the directory where libatompaw.so is installed.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked