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
5c02272f
Commit
5c02272f
authored
Jan 31, 2019
by
Martin Reinecke
Browse files
fixes
parent
3f52237c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5c02272f
...
...
@@ -68,12 +68,13 @@ Plotting support is added via:
pip3 install --user matplotlib
FFTW support is added 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 use FFTW in your Nifty calculations, you need to
call
To
enable FFTW usage in NIFTy,
call
::
nifty5.fft.enable_fftw()
...
...
@@ -97,7 +98,7 @@ MPI support is added via:
To run the tests, additional packages are required:
sudo apt-get install
python3-coverage python3-pytest
python3-pytest-cov
sudo apt-get install python3-pytest-cov
Afterwards the tests (including a coverage report) can be run using the
following command in the repository root:
...
...
Write
Preview
Markdown
is supported
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