<div dir="ltr">Hi Developers,<br><br>I found some undefined-behaviour/bug in CP2K-2.5.1 with restarting jobs. The restart file "PROJECT.restart" has the information of the latest parameters overwritten at each time frame. I found that STEPS keyword which is the max allowed steps for a MD run is not respected. When using the restart file to run a job, the steps are not purged to the STEPS limit. <br>Below is a code snippet from the restart file where the STEPS < STEP_START_VAL. <br><br>Should a check be necessary while restarting the job to check if the STEP_START_VAL is not more than STEPS, so that the job is not run to indefinite. <br><br>This happens for a MD run-type and may also be true for the GEO-OPT, CELL-OPT, etc from a quick look at the source code. Can someone please comment on this ? <br><br>code snippet is given below:<br><br>********************<br>   &MD<br>     ENSEMBLE  NVE<br>     STEPS  20000<br>     TIMESTEP     9.9999999999999978E-01<br>     STEP_START_VAL  29640<br>     TIME_START_VAL     2.9640000000008175E+04<br>     ECONS_START_VAL    -2.1526605062223078E+02<br>     TEMPERATURE     3.0000000000000000E+02<br>     COMVEL_TOL     9.9999999999999995E-07<br>     ANGVEL_TOL     1.0000000000000000E-04<br>********************<br><br>Thanks,<br>Abhishek<br><br><br clear="all"><div><div><div dir="ltr"><div><div><div><div><div><div><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>-----------------<br>Abhishek Bagusetty<br></span></span></font></div><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">PhD Student, Computational Modeling & Simulation<br></span></span></font></div><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">Center for Simulation and Modeling<br></span></span></font></div><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">Department of Chemical & Petroleum Engineering<br></span></span></font></div><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">University of Pittsburgh</span><br><span style="color:rgb(0,0,255)">Pittsburgh, PA - 15261</span></span></font></div><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">Office : 920 Benedum Hall<br></span></span></font></div><span style="font-family:verdana,sans-serif"><font><span style="color:rgb(0,0,255)"></span></font></span><div><div><span style="font-family:verdana,sans-serif"><font><span style="color:rgb(0,0,255)"></span></font></span><font size="1"><span style="font-family:georgia,serif"><span style="color:rgb(0,0,255)">------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>-----------------</span></span></font></div></div></div></div></div><br></div>