Installing nMOLDYN 2
Prerequisites and installation procedure.
Prerequisites
nMOLDYN relies on a number of OpenSource programs and libraries. You must install these before installing nMOLDYN, unless they are already installed on your computer of course.
- Python
- Numerical Python
- netCDF (use the option --enable-shared when running the configure script)
- Scientific Python
- MMTK
In order to accelerate many of nMOLDYN's calculations, you can also install the FFTW library and its Python interface.
Basic installation procedure
- Unpack the distribution file:
tar xzf nMOLDYN-2.x.y.tar.gz
- Change to the distribution directory:
cd nMOLDYN-2.x.y
- Build nMOLDYN components:
python setup.py build
- Install nMOLDYN (this may require administrator priviledges):
python setup.py install