Search found 9 matches

by jiyoung
Thu Feb 02, 2023 6:01 pm
Forum: VTSTTools
Topic: Error Pops VTST on VASP 6.3.2
Replies: 2
Views: 3273

Re: Error Pops VTST on VASP 6.3.2

Hi Sam,

It looks like your variable LIB in your /src/makefile is not set properly. Check the line number 17 and add pyamff_fortran there. Make sure that you remove the line number 146 (that you set your LIB variable with pyamff_fortran). Could you try again and let me know?

Thanks,
Jiyoung
by jiyoung
Tue Jan 03, 2023 3:36 am
Forum: VTSTTools
Topic: error compiling VASP 6.3.0 with VTST
Replies: 9
Views: 5287

Re: error compiling VASP 6.3.0 with VTST

Thank you for your patience. To compile vasp in parallel, you need one more modification of your /src/makefile. For dependencies, you need libs, i.e., dependencies: sources libs $(MAKE) depend This should fix the error. Thank you for your report. We will update the installation docs. Best, Jiyoung
by jiyoung
Mon Jan 02, 2023 4:03 pm
Forum: VTSTTools
Topic: error compiling VASP 6.3.0 with VTST
Replies: 9
Views: 5287

Re: error compiling VASP 6.3.0 with VTST

I can't reproduce your error. Can you try "make veryclean" and "make" again?

Thanks,
Jiyoung
by jiyoung
Tue Dec 27, 2022 6:21 pm
Forum: VTSTTools
Topic: VTSTCODE v190 Nvidia comipiler issue
Replies: 2
Views: 4491

Re: VTSTCODE v190 Nvidia comipiler issue

Hi Jeff,

You can try v191 if you want. The type mismatch error issue should be fixed.

Thanks,
Jiyoung
by jiyoung
Tue Dec 27, 2022 3:00 pm
Forum: VTSTTools
Topic: error compiling VASP 6.3.0 with VTST
Replies: 9
Views: 5287

Re: error compiling VASP 6.3.0 with VTST

Could you post your makefile.include, /src/makefile, and /src/.objects? I will try with my own vasp 6.3.0.

Jiyoung
by jiyoung
Mon Dec 26, 2022 4:17 pm
Forum: VTSTTools
Topic: error compiling VASP 6.3.0 with VTST
Replies: 9
Views: 5287

Re: error compiling VASP 6.3.0 with VTST

Hello,

Did you copy the directory pyamff_fortran in vtstcode-190 to your vasp/vasp.6.3.0/src? Make sure that you have the directory in your src. Let me know if you still have an issue.

Thanks,
Jiyoung
by jiyoung
Wed Dec 21, 2022 4:24 pm
Forum: VTSTTools
Topic: VTSTCODE for VASP 6.3.0 GPU port
Replies: 2
Views: 3064

Re: VTSTCODE for VASP 6.3.0 GPU port

Hello Ming, Thank you for your post. The recent version of vtstcode is new so we haven't tested with VASP 6.3.0 with other compilers yet. In the meantime, this forum will be useful for you: http://theory.cm.utexas.edu/forum/viewtopic.php?p=25206#p25206. Let me know if you have any other issue. Thank...
by jiyoung
Wed Dec 21, 2022 4:11 pm
Forum: VTSTTools
Topic: VTSTCODE v190 Nvidia comipiler issue
Replies: 2
Views: 4491

Re: VTSTCODE v190 Nvidia comipiler issue

Hi Jeff, Thank you for the report. VTSTCODE v190 is pretty new so we haven't tested the version with the Nvidia HPC compiler yet. I would recommend to use v184 in the meantime. I will attach v184 just in case you need. For installation, you can check this forum's reply: http://theory.cm.utexas.edu/f...
by jiyoung
Fri Dec 02, 2022 4:43 am
Forum: VTSTTools
Topic: There is no ml_pyamff.F library in vtstcode-184.tgz
Replies: 3
Views: 3424

Re: There is no ml_pyamff.F library in vtstcode-184.tgz

Hello, The download file version was not updated. I just updated the download file so you should be able to get the vtstcode-188.tgz. If you can use svn command, you can also try "svn co http://theory.cm.utexas.edu/svn/vtstcode" in your terminal. If you want to use the version of 184 that ...