configure libxc

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
marsusi
Posts: 13
Joined: Sat Jul 06, 2013 10:22 am

configure libxc

Post by marsusi » Thu May 26, 2016 10:29 am

Hello all,

I need vdw functional and must compile abinit with libxc.
However, when configure libxc-3.0.0 in my HOME/local directory, I recive this error message:
./configure --prefix="$HOME/local"
and the messege is:
./configure: line 38: sort: No such file or directory
./configure: line 35: sed: No such file or directory

I would be very grateful, if anyone help me in this problem. THe config.log file is attached.

Marsusi,
Amirkabir University of Technology,
Tehran, Iran.
Attachments
config.log
(38.57 KiB) Downloaded 334 times

User avatar
gmatteo
Posts: 291
Joined: Sun Aug 16, 2009 5:40 pm

Re: configure libxc

Post by gmatteo » Thu May 26, 2016 2:30 pm

The configuration exited successfully as one can see from the last portion of config.log

configure: exit 0

The warnings you are seeing are due to the fact that configure is "testing" your system
and some tests are expected to fail.

Have you already tried to compile libxc with `make`? Does it work?

marsusi
Posts: 13
Joined: Sat Jul 06, 2013 10:22 am

Re: configure libxc

Post by marsusi » Thu May 26, 2016 10:26 pm

Yes, and received no error message. But, I received:
=== Connectors / Fallbacks ===
Connectors on : yes
Fallbacks on : yes
DFT flavor : none
FFT flavor : fftw3
LINALG flavor : netlib-fallback
MATH flavor : none
TIMER flavor : abinit
TRIO flavor : none
in a test log!

marsusi
Posts: 13
Joined: Sat Jul 06, 2013 10:22 am

Re: configure libxc

Post by marsusi » Thu May 26, 2016 10:28 pm

So, it does not work with abinit.

Locked