Page 1 of 1

Does the dos bug exist in vasp 5.2 or older version?

Posted: Fri Jan 25, 2013 9:31 am
by sailorzh
Dear All,

I noticed there is bug reported on vasp 5.3.3:
http://www.vasp.at/index.php/news/bugfi ... -18dec2012

and I see in vasp 5.2 these lines are:

Code: Select all

!?set?KPOINTS%EMAX?and?KPOINTS%EMIN?if?required
??????!?first?call?initialize?LAUTO
??????IF?(ICALLS==0)?THEN
?????????LAUTO=(KPOINTS%EMAX<=KPOINTS%EMIN)
?????????ICALLS=1
??????ENDIF
So I wonder, should I also change these lines? and how about the older version, like vasp 4.6?

Thanks a million.

Best regards,
Wei

Does the dos bug exist in vasp 5.2 or older version?

Posted: Fri Jan 25, 2013 3:23 pm
by admin
This bug appeared in vasp 5.3.3. only. Older versions are OK.

Does the dos bug exist in vasp 5.2 or older version?

Posted: Sun Jan 27, 2013 3:58 pm
by sailorzh
Thank you very much for your quick reply!