I found commercial FFTW not available. (They wanted a one-time fee of about $ 8,000, which I assume is for a commercial license.) You may have found that the Intel library is not as expensive as you think. We use Intel MKL (Math Kernel Library), and since it is intended for redistribution (with static or dynamic linking) as part of a commercial library, you can only get a license for a few developers who actively use It. To do this, all those developers should be placed in a separate library (since under license other developers cannot directly use the Intel library, including headers). The only caveat is that the open parts of this library should add significant functionality beyond the Intel library (i.e., creating an FFT wrapper and using it as a library that other users might receive would violate the license agreement). (Interpret the license in the sense that non-math developers are the βcustomersβ of math developers.)
Just read the license agreement carefully and decide if you can apply this approach to your library of choice (IPPS).
ILoveFortran Jan 25 '09 at 17:40 2009-01-25 17:40
source share