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