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
3d031f11
Commit
3d031f11
authored
Jan 31, 2019
by
Martin Reinecke
Browse files
more preparations
parent
5c02272f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3d031f11
NIFTy - Numerical Information Field Theory
==========================================
[

](https://gitlab.mpcdf.mpg.de/ift/
nifty-dev
/commits/NIFTy_5)
[

](https://gitlab.mpcdf.mpg.de/ift/
nifty-dev
/commits/NIFTy_5)
[

](https://gitlab.mpcdf.mpg.de/ift/
NIFTy
/commits/NIFTy_5)
[

](https://gitlab.mpcdf.mpg.de/ift/
NIFTy
/commits/NIFTy_5)
**NIFTy**
project homepage:
[
http://ift.pages.mpcdf.de/NIFTy
](
http://ift.pages.mpcdf.de/NIFTy
)
...
...
@@ -66,15 +66,15 @@ NIFTy5 and its mandatory dependencies can be installed via:
Plotting support is added via:
pip3
install
--user
matplotlib
sudo apt-get
install
python3-
matplotlib
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:
:
used because of its higher performance. It can be installed via:
sudo apt-get install libfftw3-dev
pip3 install --user pyfftw
To enable FFTW usage in NIFTy, call
::
To enable FFTW usage in NIFTy, call
nifty5.fft.enable_fftw()
...
...
@@ -91,8 +91,7 @@ Support for spherical harmonic transforms is added via:
MPI support is added via:
sudo apt-get install openmpi-bin libopenmpi-dev
pip3 install --user mpi4py
sudo apt-get install python3-mpi4py
### Running the tests
...
...
docs/source/installation.rst
View file @
3d031f11
...
...
@@ -12,7 +12,7 @@ NIFTy5 and its mandatory dependencies can be installed via::
Plotting support is added via::
pip3
install
--user
matplotlib
sudo apt-get
install
python3-
matplotlib
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::
...
...
@@ -37,5 +37,4 @@ Support for spherical harmonic transforms is added via::
MPI support is added via::
sudo apt-get install openmpi-bin libopenmpi-dev
pip3 install --user mpi4py
sudo apt-get install python3-mpi4py
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