Page 1 of 1

[FIXED in 6.7.1] missing fft flag in mrgscr options

Posted: Sat Mar 05, 2011 12:04 pm
by mverstra
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...

Re: missing fft flag in mrgscr options

Posted: Wed Mar 16, 2011 1:29 pm
by pouillon
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.

Re: missing fft flag in mrgscr options  [SOLVED]

Posted: Sat Mar 19, 2011 6:34 pm
by mverstra
done in my 6.7.1 I just found it this afternoon.

M.