2-d IMSL fft -> gfortran
Timothy C Prince
tprince@myrealbox.com
Fri Jan 4 09:52:00 GMT 2008
-----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
More information about the Fortran
mailing list