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