-owisdom
On startup, read wisdom from the file wis.dat in the current directory (if it exists).
On completion, write accumulated wisdom to wis.dat (overwriting if file exists).
This bypasses the planner next time onwards and directly executes the read plan from wisdom.
–verify <problem>
Verify that AOCL-FFTW is computing correctly. It does not output anything unless there is an error.
-v<n>
Set verbosity to <n> or 1 if <n> is omitted. -v2 will output the created plans.
Note
The names of windows FFTW test bench application has .exe extension (bench.exe and mpi- bench.exe).
The folder /win/tests/ includes Windows benchmark scripts for single-threaded, multi- threaded and MPI FFT execution for standard sizes. A README file is also provided with the instructions to run these benchmark scripts.
To display the AOCL version number of AOCL-FFTW library, application
must call the following FFTW API fftw_aoclversion().
The test bench executables of AOCL-FFTW support the display of AOCL
version using the --info-all option.