Can not download p4vasp
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 13
- Joined: Sun Aug 23, 2020 11:26 pm
Can not download p4vasp
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
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
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Can not download p4vasp
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
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
-
- Newbie
- Posts: 1
- Joined: Fri Aug 13, 2021 11:40 am
Re: Can not download p4vasp
Any update on when the server will be back online. www.p4vasp.at is still broken for me
-
- Global Moderator
- Posts: 236
- Joined: Mon Apr 26, 2021 7:40 am
Re: Can not download p4vasp
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 with your browser and should find the same information as on the web page.
Best,
Andreas Singraber
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
Best,
Andreas Singraber
-
- Newbie
- Posts: 13
- Joined: Sun Aug 23, 2020 11:26 pm
Re: Can not download p4vasp
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
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
- domoina27
- Newbie
- Posts: 1
- Joined: Wed Dec 23, 2020 9:31 pm
Re: Can not download p4vasp
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
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
Baaaaaa!!!
-
- Global Moderator
- Posts: 542
- Joined: Fri Nov 08, 2019 7:18 am
Re: Can not download p4vasp
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.
Martin Schlipf
VASP developer