GPFA


GPFA is a library purchased from the European Centre for Medium-Range Weather Forcasting (ECMWF), for computing the fast Fourier transform of complex periodic sequences. Its primary user entries SETGPFA and GPFA are Fortran-callable. Routine SETGPFA is a setup routine, and routine GPFA is referred to as a "multiple transform" because it transforms multiple sequences within a single array, and the operative vector length is the number of sequences transformed by a given call.

Recommendation: Use routine GPFA if your application calls it and it is available on your target SCD computer. Otherwise, check the computer vendor's performance library for a suitable replacement routine. If you intend to run your application on a Cray parallel-vector computer at a site which has not purchased routine GPFA from ECMWF, use routines CFTFAX and CFFTMLT from Cray library SCI to replace routines SETGPFA and GPFA, respectively.



RETURN