Skip to content
Snippets Groups Projects
Commit fef2b826 authored by Richard Berger's avatar Richard Berger
Browse files

Correct CMake FFT settings in docs

The upper or lowercase matters. It won't work with lower case.
parent 6e8a68a4
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ LAMMPS can use them if they are available on your system.
[CMake variables]:
-D FFT=value # kiss or fftw3 or fftw2 or mkl, default is fftw3 if found, else kiss
-D FFT=value # KISS or FFTW3 or FFTW2 or MKL, default is FFTW3 if found, else KISS
-D FFT_SINGLE=value # yes or no (default), no = double precision
-D FFT_PACK=value # array (default) or pointer or memcpy :pre
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment