@inproceedings{c55ff353c32a4eb9a712b7c11b55c557,
title = "Implementing FFT using SPMD style of OpenMP",
abstract = "In this paper, we introduce a parallel version of the Fast Fourier Transform that was created using OpenMP in SPMD style. Our implementation is non-recursive and is based on the conventional Cooley-Tukey algorithm written in C. The aim of this work is show the potential benefit of writing our FFT algorithm in SPMD style which enabled an efficient use of multicore machines. Our experimental results are based on FFT code running on an AMD-Opteron TM8200 with four 2-core CPUs. The experimental results show that the performance of our new parallel code on an 8-core shared-memory machine is promising.",
author = "Weng, {Tien Hsiung} and Huang, {Sheng Wei} and Ro, {Won Woo} and Li, {Kuan Ching}",
year = "2010",
language = "English",
isbn = "9788988678251",
series = "Proceeding - 6th International Conference on Networked Computing and Advanced Information Management, NCM 2010",
pages = "91--96",
booktitle = "Proceeding - 6th International Conference on Networked Computing and Advanced Information Management, NCM2010",
note = "6th International Conference on Networked Computing and Advanced Information Management, NCM2010 ; Conference date: 16-08-2010 Through 18-08-2010",
}