From: stevenj@alum.mit.edu (Steven G. Johnson)
Newsgroups: comp.parallel.mpi
Subject: Re: MPI CODE and PERFORMANCE for 1-d FFT
Date: Mon, 12 Oct 1998 00:57:54 -0400
Organization: Massachusetts Institute of Technology
Message-Id: <stevenj-ya02408000R1210980057540001@news.mit.edu>
References: <3609704E.EC06277C@cs.princeton.edu> <361E4D3D.48723FCC@mayo.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit


"Travis E. Oliphant" <Oliphant.Travis@mayo.edu> wrote:
>Look at the fftw library.  There is a version that uses MPI.

Thanks for the recommendation!  However, the original poster was asking for
parallel 1d transforms, and FFTW's MPI routines are only for
multi-dimensional transforms (rank >= 2).  (FFTW does include parallel 1d
routines for shared-memory threads, if that's any help.)

Cordially,
Steven G. Johnson

