[FIXED in 6.7.1] missing fft flag in mrgscr options  [SOLVED]

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
mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

[FIXED in 6.7.1] missing fft flag in mrgscr options

Post by mverstra » Sat Mar 05, 2011 12:04 pm

Hello,

in the build of mrgscr (on xlf 12.1 mpich suse linux platform, 64 bits) I activate fftw and all binaries link correctly apart from mrgscr, which needs fftw3 in the LDFLAGS. It is not there, and I don't understand the details of the make-makefiles-binaries and company enough to see where to add the needed flags...

help?

Matthieu

PS: for the moment of course I just compile it by hand with the extra -L/path -lfftw3 and if works...
Matthieu Verstraete
University of Liege, Belgium

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

Re: missing fft flag in mrgscr options

Post by pouillon » Wed Mar 16, 2011 1:29 pm

You don't have to know anything about the scripts for this kind of tuning.

Instead, you just have to add "fft" to the "dependencies" line of mrgscr in config/specs/binaries.conf.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

Re: missing fft flag in mrgscr options  [SOLVED]

Post by mverstra » Sat Mar 19, 2011 6:34 pm

done in my 6.7.1 I just found it this afternoon.

M.
Matthieu Verstraete
University of Liege, Belgium

Locked