cannam@127: cannam@127: cannam@127: cannam@127: cannam@127:
cannam@127:cannam@127: Next: Defining an FFTW module, Previous: Allocating aligned memory in Fortran, Up: Calling FFTW from Modern Fortran [Contents][Index]
cannam@127:As explained in Words of Wisdom-Saving Plans, FFTW provides a cannam@127: “wisdom” API for saving plans to disk so that they can be recreated cannam@127: quickly. The C API for exporting (see Wisdom Export) and cannam@127: importing (see Wisdom Import) wisdom is somewhat tricky to use cannam@127: from Fortran, however, because of differences in file I/O and string cannam@127: types between C and Fortran. cannam@127:
cannam@127:• Wisdom File Export/Import from Fortran: | cannam@127: | |
• Wisdom String Export/Import from Fortran: | cannam@127: | |
• Wisdom Generic Export/Import from Fortran: | cannam@127: |