Newsgroups: comp.parallel.pvm
From: stevenj@alum.mit.edu (Steven G. Johnson)
Subject: Re: exampels
Organization: Massachusetts Institute of Technology
Date: Wed, 29 Oct 1997 22:09:47 -0500
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <stevenj-ya02408000R2910972209470001@news.mit.edu>

amimar@mangal.cs.huji.ac.il (Ami Marowka) wrote:
>I'm looking for examples of the bitonic sort and
>1D and 2D FFT, written with PVM in C.

Ami,

You can find a multi-dimensional parallel FFT written in C, but for MPI
rather than PVM, at <http://theory.lcs.mit.edu/~fftw>.  Since MPI is fairly
close in spirit to MPI, and only rather basic MPI calls are used by this
code, I hope that you'll find it helpful.  Good luck!

Cordially,
Steven G. Johnson

PS. If you do find any other parallel FFT code, I'd appreciate it if you
could send me a pointer.

