Error compiling vtstcode 6.4 for VASP 6.4.1
Moderator: moderators
-
- Posts: 10
- Joined: Sun Oct 08, 2023 5:40 pm
Error compiling vtstcode 6.4 for VASP 6.4.1
Hello,
I followed the instructions to build the vtst code into vasp https://theory.cm.utexas.edu/vtsttools/ ... ation.html
However I end up with an error: make[2]: *** No rule to make target 'bfgs.f90', needed by 'depend'. Stop.
make[1]: *** [makefile:150: dependencies] Error 2
Could you please help me to figure out this.
Thank you.
I followed the instructions to build the vtst code into vasp https://theory.cm.utexas.edu/vtsttools/ ... ation.html
However I end up with an error: make[2]: *** No rule to make target 'bfgs.f90', needed by 'depend'. Stop.
make[1]: *** [makefile:150: dependencies] Error 2
Could you please help me to figure out this.
Thank you.
- Attachments
-
- Screen Shot 2023-11-21 at 10.53.50 AM.png (1.08 MiB) Viewed 95784 times
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
did you edit the .objects file as described here: https://theory.cm.utexas.edu/vtsttools/ ... ation.html ;
you can follow the directions for vasp 6.3. We'll make an update for 6.4, but it is the same - just get the files from the vtstcode.6.4 directory.
you can follow the directions for vasp 6.3. We'll make an update for 6.4, but it is the same - just get the files from the vtstcode.6.4 directory.
-
- Posts: 10
- Joined: Sun Oct 08, 2023 5:40 pm
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
Hello Prof. Henkelman,
Sorry for the delayed response.
I did try again, editing the .objects and makefile as mentioned in the instructions. But i still get the same error.
Sorry for the delayed response.
I did try again, editing the .objects and makefile as mentioned in the instructions. But i still get the same error.
- Attachments
-
- Screen Shot 2024-01-29 at 3.03.01 PM.png (890.8 KiB) Viewed 90493 times
-
- Posts: 10
- Joined: Sun Oct 08, 2023 5:40 pm
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
Hello Prof. Henkelman,
Would you have any suggestions on this? Thank you.
Would you have any suggestions on this? Thank you.
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
If you are stuck, you can send me a tar.gz file of the code (with your changes, so just zipped up as it is) and I can try to reproduce the error.
-
- Posts: 10
- Joined: Sun Oct 08, 2023 5:40 pm
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
Thank you Professor for your quick reply. I am attaching the three files (.objects, main.F and makefile) for your reference.
Thank you for your time.
Thank you for your time.
- Attachments
-
- compiling_neb.zip
- (63.78 KiB) Downloaded 5665 times
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
this line does not look good, in objects:
opt. o
opt. o
-
- Posts: 10
- Joined: Sun Oct 08, 2023 5:40 pm
Re: Error compiling vtstcode 6.4 for VASP 6.4.1
Ah I see. Thank you Professor, it works now!