atompaw error
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.
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.
-
- Posts: 2
- Joined: Mon Apr 07, 2014 12:27 pm
atompaw error
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 ?
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 ?
Re: atompaw error
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
Simune Atomistics
Donostia-San Sebastián, Spain
Re: atompaw error
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
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
Re: atompaw error
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 426 times
Re: atompaw error
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.
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.
Re: atompaw error
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
Simune Atomistics
Donostia-San Sebastián, Spain