[Pw_forum] Error for fft_scalar.f90
Mutlu COLAKOGULLARI
mutlucolakogullari at trakya.edu.tr
Wed Sep 2 01:23:45 CEST 2015
Dear All,
The compiler procedure was exiting by an error when I used -D__DFTI instead of -D__FFTW3:
fft_scalar.f90(1790): error #6404: This name does not have a type, and must have an explicit type. [FFTW_ESTIMATE]
1, FFTW_ESTIMATE )
----------------^
compilation aborted for fft_scalar.f90 (code 1).
the error has been disappeared When I add extra #include "fftw3.f" into Modules/fft_scalar.f90 as following,
#elif defined __DFTI
#include "fftw3.f" !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20150901/69fbcd6b/attachment.html>
More information about the users
mailing list