This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2-d IMSL fft -> gfortran



-----Original Message-----
From: Peter Bromirski <peter@coast.ucsd.edu>
To: fortran@gcc.gnu.org
Date: Thu, 3 Jan 2008 10:55:57 -0800
Subject: 2-d IMSL fft -> gfortran

Hello,

    I have obtained a relatively old fortran code that uses 2-d IMSL
FFT routines, forward and inverse.

Is there a gfortran implementation available that I can substitute?

I'm not a fortran programmer, so ...

As far as I can tell, the rest of the code is standard fortran, so
any optimization flags to get this
code running as fast as possible would be helpful.

I'm running on a Mac OSX Tiger Intel 64-bit machine.


________________________________--
According to the first part of your message, you wanted a replacement for the IMSL functions, so it's not so much a question of optimization flags, until you choose an open source fft.  You might also consider the Intel MKL library, which should work fine with gfortran.
Tim Prince


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]