Page 1 of 1

Can not download p4vasp

Posted: Mon Sep 06, 2021 5:52 am
by nimali_rathnayake
Hi,

I am trying to install p4vasp software for Linux.

I tried the following link; http://www.p4vasp.at/. However, this link does not work.

Could you please let me know from where I can download the setup file for p4vasp software.

Thank you.

Kind regards,

Nimali

Re: Can not download p4vasp

Posted: Mon Sep 06, 2021 8:56 am
by ferenc_karsai
Thanks for noticing. Our server seems to be down at the moment.
We will try to bring it up as soon as possible.
In the meantime please use the github for p4vasp:
https://github.com/orest-d/p4vasp

Re: Can not download p4vasp

Posted: Wed Sep 22, 2021 8:35 am
by alasdair_pedley
Any update on when the server will be back online. www.p4vasp.at is still broken for me

Re: Can not download p4vasp

Posted: Wed Sep 22, 2021 11:30 am
by andreas.singraber
Hello!

I'm sorry but it will take a little longer to fix the server.. in the meantime, have you tried using the Github repository instead? Please note that also the documentation is included in the doc directory of the repository. You can just open the

Code: Select all

doc/index.html
with your browser and should find the same information as on the web page.

Best,

Andreas Singraber

Re: Can not download p4vasp

Posted: Thu Nov 04, 2021 2:45 am
by nimali_rathnayake
Hi,

I downloaded the p4vasp package form the link provided. I have Linux mint installed in my desktop and I followed the instructions provided in the REAMME file. When I run the install/install-ubuntu-dependencies.sh" It gave m two errors. 1) Unable to locate package python-glade2 and 2) unable to locate package python-epydoc. Then when run the make local command, It gave me this message "cd install && python2 makeappletlist.py".

Could you please provide me instructions to install p4vasp in Linux-mint correctly? Because the the file I downloaded directly from the vasp.at website works properly and easy to install. However, this is bit complicated.

Thank you.

Kind regards,

Nimali

Re: Can not download p4vasp

Posted: Wed Nov 10, 2021 8:59 pm
by domoina27
Hello,

I am trying to install p4vasp on Linux from the git file and I get an error message saying that the bin file is missing.

cd install && python configure.py local
echo "p4vasp_home='/home/dholi/p4vasp'" >lib/p4vasp/config.py
cat vinfo.py >> lib/p4vasp/config.py
echo "#!/bin/sh" >uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/python-packages/p4vasp" >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/python-packages/cp4vasp.py" >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/python-packages/_cp4vasp.so" >>uninstall.sh
echo "rm -f /home/dholi/p4vasp/bin/p4v.py" >>uninstall.sh
echo "rm -f /home/dholi/p4vasp/bin/p4v" >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/include/ODP" >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/include/p4vasp" >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/lib/libp4vasp.a " >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp/lib/libODP.a" >>uninstall.sh
echo "rm -Rf /home/dholi/p4vasp" >>uninstall.sh
cd ext && sh build-fltk.sh
/bin/sh: line 0: cd: ext: No such file or directory
make: *** [Makefile:76: fltk] Error 1
echo "# set p4vasp environment variables" > setenvironment.sh
echo "export PATH=\$PATH:"/home/dholi/p4vasp/bin >> setenvironment.sh
echo "" >> ~/.bashrc
cat setenvironment.sh >> ~/.bashrc

Re: Can not download p4vasp

Posted: Thu Nov 11, 2021 7:36 am
by martin.schlipf
I moved this into the "From Users for Users" category. Please, be aware that p4vasp is a tool that is neither developed nor maintained by the VASP Software GmbH. Hence for any nontrivial issue, we would like you to address the developer of p4vasp directly, e.g., via the Github issue page. However, if these issues persist, we will need to release an officially supported tool to do the tasks p4vasp is currently used for.