链接已复制
2 回复数
Quoting - white888
Hi,
Where can I find any examples about 3D MKL FFT with OpenMP multiple threads? My code is FORTRAN 90.
Thanks.
Where can I find any examples about 3D MKL FFT with OpenMP multiple threads? My code is FORTRAN 90.
Thanks.
Hi,
Please look at the following MKL KB article where 2D FFT examples are presented:
http://software.intel.com/en-us/articles/different-parallelization-techniques-and-intel-mkl-fft/
But, what kind of examples for 3D you are searching. Did you look at DFTI examples in MKL?
Thanks
--Victor
Quoting - Victor Pasko (Intel)
Hi,
Please look at the following MKL KB article where 2D FFT examples are presented:
http://software.intel.com/en-us/articles/different-parallelization-techniques-and-intel-mkl-fft/
But, what kind of examples for 3D you are searching. Did you look at DFTI examples in MKL?
Thanks
--Victor
Yes, I looked at DFTIexamples in MKL, but didn't find any 3D examples with OpenMP threads.
That website is helpful. Thanks, Victor.