Copyright notes: The p4vasp is distributed under the General Public License version 2 (GPL2).
For more information and support visit www.p4vasp.at.
Binary distribution contains a single executable file. Place this file at a convenient location (e.g. Desktop) and add it to the system PATH. P4vasp is a portable application - it can be started from a usb drive.
For local installation run:
$ ./install-local.sh
For global installation run:
$ ./install.sh
- Make sure you have all the dependencies.
In Ubuntu you can do it with a supplied script:
install/install-ubuntu-dependencies.sh
- If there are previous versions of p4vasp, uninstall them.
You can do it with the
uninstall.sh
residing in theP4VASP_HOME
directory. - Unpack the file:
$ tar -xvzf p4vasp-x.x.x.tgz
- Change directory:
$ cd p4vasp-x.x.x
OPTIONAL: Apply patch for VASP [v5.4.4+]:
patch -p0 < 544_update.patch
- Configure:
$ make local
- check and adjust the paths in
install/Configuration.mk
- Install:
$ make install
- Add path to p4v in the .bashrc
$ make bashrc
- Make sure you have all the dependencies.
In Ubuntu you can do it with a supplied script:
install/install-ubuntu-dependencies.sh
- Uninstall the old version (as root): This usually (depending on your installation) can be done with an uninstall script:
$ sudo bash /usr/lib/p4vasp/uninstall.sh
- Unpack the file:
$ tar -xvzf p4vasp-x.x.x.tgz
- Change directory:
$ cd p4vasp-x.x.x
OPTIONAL: Apply patch for VASP [v5.4.4+]:
patch -p0 < 544_update.patch
- Configure:
$ make config
- install (as root):
$ make install
- If something goes wrong
- Run the diagnostic.py script, it may provide you with some hints.
- Check FAQ
- We can try to help you if you visit forum at www.p4vasp.at, please provide us with the output from diagnostic.py.
Check out installation instructions.
Start with: p4v
Look at the documentation in the doc/intro/intro.html
(or /usr/lib/p4vasp/doc/intro.html
, when installed),
if you need some clues how to deal with the p4v GUI.
Some people prefer command-line tools and automatic scripts
to a graphical interface. For those, there are some simple
scripts in the utils directory (/usr/lib/p4vasp/utils
).
They are also a good example for the p4vasp-API.
P4vasp package embeds the odpdom library, that is available also as a separate project and a slightly modified version of the piddle library. Both odpdom and piddle are available under the LGPL License (see odpdom/COPYING).
This package as well may contain other packages (in ext directory) under various open-source licenses: fltk, sqlite and pysqlite. These packages are provided for convenience only to make the installation easier.