<div dir="ltr"><div>Hello everyone,</div><div><br></div><div>I was using CP2K 6.1.0, compiled with intel 17 and 'psmp' version, for ab initio molecular dynamics. My system contains 87 atoms containing Al, O, C and H (an MOF). I had two major questions, please help me to find their answers.</div><div><br></div><div>1- When I use 16 number of processors, it takes 2.5 seconds for each OT calculation and when I use 4 processors it takes 2.9 seconds to update OT. When I put the number of processors to 20 it takes 270 seconds (about 5 minutes), put it for 40 it takes 140 seconds and if I put it for 12 processors it takes more than a minute for each update. My question here is just WHY? the following questions are: <br></div><div>Is there an optimum number of processors? How can I define that? When should we use a high number of processors? I have used command 'mpirun -np $nprocessors cp2k.psmp -i $input -o $output'.<br></div><div><br></div><div>2- I used 16 number of processors and 4 number of processors. For 'mpirun -np 16', it does not converge but for 'mpirun -np 4' it converges slightly to the target convergence. I have changed the following commands but the convergence for 16 number of processors did not change. Can you explain why? What would be the solution to obtain convergence for 16 number of processors?<br></div><div><br></div><div>Thanks in advance.<br></div><div><br></div><div> I summarize the commands in the attached input file:</div><div><br></div><div>RUN_TYPE MD</div><div><br></div><div>!FORCE_EVAL<br></div><div>METHOD Quickstep</div><div><br></div><div>!QS<br></div><div>METHOD GPW <br></div><div><br></div><div>EXTRAPOLATION ASPC <br></div><div><br></div><div>PERIODIC NONE</div><div><br></div><div>PSOLVER  MULTIPOLE <br></div><div><br></div><div>SCF_GUESS ATOMIC</div><div><br></div><div>EPS_SCF 1.0E-6 <br></div><div><br></div><div>PRECONDITIONER FULL_SINGLE_INVERSE ! I also used FULL_ALL<br></div><div><br></div><div>MINIMIZER DIIS ! I also used CG but it converges very slightly and sometimes there is no change in the convergence<br></div><div><br></div><div>OPTIMIZER BFGS</div><div><br></div><div>ENSEMBLE NVT </div><div><br></div><div>TYPE NOSE</div><div><br></div><div><br></div></div>