Skip to content

Feature/fftw openmp option

Cristian Lalescu requested to merge feature/fftw_openmp_option into develop

This brings back control over whether or not the OpenMP capabilities of FFTW are used or not. In a broader picture, the mechanism can be adapted in the future for any build/install time C definitions (such as "USE_TIMINGOUTPUT"), since it automatically provides equivalent settings at build and "runtime".

Merge request reports