Page 1 of 1

Continuing Jobs which haven't completed an ionic step?

Posted: Fri Sep 03, 2021 11:56 pm
by phyc.vasp
Hello,

I am curious to know if there is a way to continue jobs that have not completed an ionic step. I am running jobs that (in my testing) may take longer than 48 hours to complete an ionic step on a cluster which limits jobs to 48 hours.

Thank you,
-Henry

Re: Continuing Jobs which haven't completed an ionic step?

Posted: Mon Sep 06, 2021 7:16 am
by ferenc_karsai
Yes you can copy the CONTCAR file to POSCAR. The CONTCAR file is written out at the end of every ionic step.

Re: Continuing Jobs which haven't completed an ionic step?

Posted: Mon Sep 06, 2021 8:23 am
by alex
Hello Henry,

you can limit the number of SCF cycles to sth. which finishes in time and let write CHG* and WAVECAR by setting the appropriate flags in INCAR.
Then you limit NSW = 1 (to avoid waste of CPU time) and all will be written after n SCF cycles. After that just start all over and VASP will read WAVECAR and CHG* from the directory and restarts with that as initial guess. So you save CPU time.

Cheers,

alex