Search found 3 matches

by yus
Mon Aug 15, 2011 1:48 pm
Forum: Configuring and compiling ABINIT
Topic: Error: Unexpected end of file in 'm_optim_dumper.F90'
Replies: 0
Views: 1814

Error: Unexpected end of file in 'm_optim_dumper.F90'

Is abinit-6.8.1/src/16_hideleave/m_optim_dumper.F90 an auto-generated program? I get an error when compiling it. ----------------------------------------------------------------- ftn -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/work/z03/z03/ydsun/queries/q180761_abini...
by yus
Fri Aug 12, 2011 4:43 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 6.8.1 make: no working LibXC library has been found
Replies: 2
Views: 2871

Re: Abinit 6.8.1 make: no working LibXC library has been fou

Hi, I have figured out the no working LibXC error. It is caused by the gcc version. I used gcc/4.5.3 that produced the wrong module version error when compiling a test program of atompaw: Fatal Error: Wrong module version '0' (expected '4') ... This error is eliminated by switching back to gcc/4.4.3...
by yus
Thu Aug 11, 2011 12:01 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 6.8.1 make: no working LibXC library has been found
Replies: 2
Views: 2871

Abinit 6.8.1 make: no working LibXC library has been found

I am making ABINIT 6.8.1 on Cray XE6 using GNU compilers. There happens a "no working LibXC library has been found" error when building the atompaw. cd atompaw-3.0.1 && \ FC="ftn" \ LDFLAGS="" \ FCFLAGS="-ffree-form -g -ffree-line-length-none -Wstrict-alias...