ThisisforyouifyouwanttoinstallNIFTyonaHPCmachineorclusterthatishostedbyyouruniversityorinstitute.Mostofthedependencieswillmostlikelyalreadybethere,butyouwon't have superuser priviledges. In this case, instead::
This is for you if you want to install NIFTy on a HPC machine or cluster
that is hosted by your university or institute. Most of the dependencies
will most likely already be there, but you won't have superuser
priviledges. In this case, instead:
sudo python setup.py install
use::
use:
python setup.py install --user
or::
or:
python setup.py install --install-lib=/SOMEWHERE
in the instruction above. This will install the python packages into
your local user directory.
in the instruction above. This will install the python packages into your local user directory.
### Installation on OS X 10.11
Installation on OS X 10.11
..........................
We advice to install the following packages in the order as they appear
below. We strongly recommend to install all needed packages via
MacPorts. Please be aware that not all packages are available on
MacPorts, missing ones need to be installed manually. It may also be
mentioned that one should only use one package manager, as multiple ones
may cause trouble.
We advice to install the following packages in the order as they appear below. We strongly recommend to install all needed packages via MacPorts. Please be aware that not all packages are available on MacPorts, missing ones need to be installed manually. It may also be mentioned that one should only use one package manager, as multiple ones may cause trouble.
- Install basic packages python, scipy, matplotlib and cython:
* Install basic packages python, scipy, matplotlib and cython::
sudo port install py27-numpy
sudo port install py27-scipy
sudo port install py27-matplotlib
sudo port install py27-cython
sudo port install py27-numpy
sudo port install py27-scipy
sudo port install py27-matplotlib
sudo port install py27-cython
* Install gfft. **Depending where you installed GSL you may need to change the path in setup.py!**::
- Install gfft. **Depending where you installed GSL you may need to