Plans are no more needed as no additional transformation will occur. 1 FFT distributed on several threads
subroutine destroy_plan_fftw3() !! Plans are no more needed as no additional transformation will occur. *1 FFT distributed on several threads* implicit none ! forward call fftw_destroy_plan(plan_f) ! backward call fftw_destroy_plan(plan_b) return endsubroutine destroy_plan_fftw3