Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
dc1dfb6c
Commit
dc1dfb6c
authored
Jan 30, 2019
by
Philipp Arras
Browse files
Streamlining
parent
4b46b40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/installation.rst
View file @
dc1dfb6c
...
...
@@ -14,14 +14,13 @@ Plotting support is added via::
pip3 install --user matplotlib
Since Jan. 2019 NIFTy uses Numpy's FFT implementation by default, in order to
minimize dependencies. However, for long-running production jobs we still
recommend using FFTW because of its higher performance. This is achieved via:
NIFTy uses Numpy's FFT implementation by default. For large problems FFTW may be
used because of its higher performance. It can be installed via::
sudo apt-get install libfftw3-dev
pip3 install --user pyfftw
To
actually
enable FFTW
in your NIFTy calculations, you need to
call::
To enable FFTW
usage in NIFTy,
call::
nifty5.fft.enable_fftw()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment