Page 1 of 1

Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Tue Nov 21, 2023 5:53 pm
by anirudhnk2
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.

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Fri Nov 24, 2023 8:04 am
by graeme
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.

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Mon Jan 29, 2024 10:04 pm
by anirudhnk2
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.

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Tue Jan 30, 2024 7:40 pm
by anirudhnk2
Hello Prof. Henkelman,

Would you have any suggestions on this? Thank you.

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Tue Jan 30, 2024 8:48 pm
by graeme
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.

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Tue Jan 30, 2024 10:45 pm
by anirudhnk2
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.

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Wed Jan 31, 2024 2:05 am
by graeme
this line does not look good, in objects:

opt. o

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Thu Feb 01, 2024 12:06 am
by anirudhnk2
Ah I see. Thank you Professor, it works now!

Re: Error compiling vtstcode 6.4 for VASP 6.4.1

Posted: Thu Feb 01, 2024 12:51 am
by graeme
ok, great