FFTW3 is no more useful from here. 1 FFT distributed on several threads
subroutine end_fftw3() !! FFTW3 is no more useful from here. *1 FFT distributed on several threads* implicit none if ( SINGL_FFTW_ALLOCATED ) then call destroy_plan_fftw3() call desalloc_fftw3() endif SINGL_FFTW_ALLOCATED = .false. FFT_DIM(1:2) = [0, 0] return endsubroutine end_fftw3