diff --git a/docs/install.rst b/docs/install.rst index 8575f1298..207629eb0 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -126,6 +126,10 @@ Here are all our build options, showing name, explanatory text, and default valu :start-after: @cmake_opts_start :end-before: @cmake_opts_end +.. note:: + It is possible to choose between ``FFTW`` and `DUCC fft `_, Ducc fft is from the same author as `pocket fft `_. + Pocket fft is the fft used by `scipy `_. + An idea about ducc performance can be found in `this discussion `_. We encourage the power user can try switching to ducc0 to see if it improves performance. For convenience we also provide a number of `cmake presets `_ for various options and compilers, in ``CMakePresets.json`` (this will grow to replace the old ``make.inc.*`` site files).