Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
Angel Vergara
Total Points:
40
Registered User
November 4, 2009 4:24 PM PST
To learn parallel programing with FFTs using intel MKL

hi everyone

I´m working with FFTs routines using Intel MKL and I need to develop an application in parallel. Who could tell me where I can to find  documentation about to learn parallel programing with FFTs?


thanks

Angel

tim18
Total Points:
68,747
Status Points:
68,747
Black Belt
November 4, 2009 4:48 PM PST
Rate
 
#1
Such questions, if not covered in the MKL docs, would usually be asked on the MKL forum, at least if they pertain to parallelism within an FFT.  Of course, if you have multiple independent FFT analyses of similar size, it may be more effective to make parallel tasks or loops outside the MKL calls, which makes the parallelism more generic.  Then there is nothing specific to FFT, except that you may choose to invoke mkl_sequential.


Angel Vergara
Total Points:
40
Registered User
November 4, 2009 11:46 PM PST
Rate
 
#2 Reply to #1
Hi Tim!

I forget to mention that I'm working with fortran 90 on Linux, OpenSuse 11.1. I´ve checked the MKL docs, but the examples are oriented to C++. You know where can to find examples in fortran?

effectively I have multiple independent FFT analyses, but I would like to reduce the process time because in the last computation  the time was increased considereable...

thanks

Angel


Quoting - tim18
Such questions, if not covered in the MKL docs, would usually be asked on the MKL forum, at least if they pertain to parallelism within an FFT.  Of course, if you have multiple independent FFT analyses of similar size, it may be more effective to make parallel tasks or loops outside the MKL calls, which makes the parallelism more generic.  Then there is nothing specific to FFT, except that you may choose to invoke mkl_sequential.





Intel Software Network Forums Statistics

8473 users have contributed to 31605 threads and 100654 posts to date.
In the past 24 hours, we have 30 new thread(s) 110 new posts(s), and 160 new user(s).

In the past 3 days, the most popular thread for everyone has been gemm(A,A,A) like possible? The most posts were made to gemm(A,A,A) like possible? The post with the most views is Dear Steve, excuse me for a d

Please welcome our newest member Kevin Johnson