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" !
_______________________________________________
Pw_forum mailing list
[email protected]
http://pwscf.org/mailman/listinfo/pw_forum