libxc 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.
libxc error
hello
every one
i'm newbie in abinit and i have this error one i try to use a PAW
the code tel me
!ERROR
message: |
Cannot use LibXC functional because ABINIT is not compiled with LibXC !
src_file: m_pawpsp.F90
src_line: 4740
...
i attached my log file
every one
i'm newbie in abinit and i have this error one i try to use a PAW
the code tel me
!ERROR
message: |
Cannot use LibXC functional because ABINIT is not compiled with LibXC !
src_file: m_pawpsp.F90
src_line: 4740
...
i attached my log file
- Attachments
-
config.log
- (115.14 KiB) Downloaded 391 times
Re: libxc error
You should recompile with LibXC support. The simplest solution is to add the flag to configure. However, it is recommended to take some time and familiarize yourself with all the options using ./configure --help and also having a look at doc/build-config.ac. Note that you currently don't have MPI support so no parallel runs.
Code: Select all
--with-dft-flavor=libxc
Raul Laasner
Netherlands Institute for Space Research
Netherlands Institute for Space Research
Re: libxc error
hello
thank you for your quick response
i have used this command and i get the same problem
thank you for your quick response
i have used this command and i get the same problem
- Attachments
-
config.log
- (138.7 KiB) Downloaded 430 times
Re: libxc error
My config.log contains the same error messages as yours but everything works for me. How far do you get? Does it compile successfully and can you run abinit? I think something goes wrong during configuration (the preprocessor macro HAVE_DFT_LIBXC seems to remain undefined), but from just the config.log I can't see what's wrong.
Raul Laasner
Netherlands Institute for Space Research
Netherlands Institute for Space Research
Re: libxc error
Hi,
After configuring, type
to be sure you recompile everything when typing
After configuring, type
Code: Select all
make clean
to be sure you recompile everything when typing
Code: Select all
make
Re: libxc error
In my configuration file I got HAVE LIBXC 1 but when I want to use any xml input file for atomic data like (Ir, Te) it is giving error that libxc is not compiled.
Please help me either to solve these issue or telling me from where I can get paw data in other format for Ir or Te.
Please help me either to solve these issue or telling me from where I can get paw data in other format for Ir or Te.
Re: libxc error
If you want to use XML PAW atomic datafile, then you need to enable the XML support inside abinit :
Add --with-trio-flavor="fox" to your configure command line
Add --with-trio-flavor="fox" to your configure command line
Re: libxc error
Even after doing that also I am getting
--- !ERROR
message: |
Cannot use LibXC functional because ABINIT is not compiled with LibXC !
src_file: m_pawpsp.F90
src_line: 4712
...
while in config file
HAVE_DFT_LIBXC 1
please help
--- !ERROR
message: |
Cannot use LibXC functional because ABINIT is not compiled with LibXC !
src_file: m_pawpsp.F90
src_line: 4712
...
while in config file
HAVE_DFT_LIBXC 1
please help
Re: libxc error
I'm confused.
What version do you use ?
Can you try with the last one you can find on abinit.org ?
What version do you use ?
Can you try with the last one you can find on abinit.org ?
Re: libxc error
In other words, could you try with Abinit 7.10.4, and if the problem persists, attach your config.log?
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain