Infficient use of FFTW
Posted: Mon Oct 06, 2014 8:28 am
Dear Qbox Developers,
Qbox seems to use the FFTW2/FFTW3 implementations inefficiently.
For example, the loop at line 884 (FourierTransform.C; Qbox 1.60.4) is less efficient than the following call.
How do I submit a patch for review?
Thank you.
Evgueni.
Qbox seems to use the FFTW2/FFTW3 implementations inefficiently.
For example, the loop at line 884 (FourierTransform.C; Qbox 1.60.4) is less efficient than the following call.
How do I submit a patch for review?
Thank you.
Evgueni.
Code: Select all
fftw_threads(nthreads, bwplan1,np0_,(FFTW_COMPLEX*)&val[ibase],np0_,one,
(FFTW_COMPLEX*)0,0,0);